Add overloads for common SqlMapClient methods without parameterObject parameter
-------------------------------------------------------------------------------

         Key: IBATIS-166
         URL: http://issues.apache.org/jira/browse/IBATIS-166
     Project: iBatis for Java
        Type: Improvement
    Versions: 2.1.0    
    Reporter: Clinton Begin
    Priority: Minor
     Fix For: 2.2.0



This is ugly:

List list = sqlMapClient.queryForList("someStatement", null);

This is better:

List list = sqlMapClient.queryForList("someStatement");



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to