You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Clinton Begin (JIRA)" <ib...@incubator.apache.org> on 2005/07/03 06:26:10 UTC

[jira] Created: (IBATIS-166) Add overloads for common SqlMapClient methods without parameterObject parameter

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


[jira] Updated: (IBATIS-166) Add overloads for common SqlMapClient methods without parameterObject parameter

Posted by "Clinton Begin (JIRA)" <ib...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/IBATIS-166?page=all ]

Clinton Begin updated IBATIS-166:
---------------------------------

    Fix Version:     (was: 2.2.0)
    Description: 
This is ugly:

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

This is better:

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



  was:

This is ugly:

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

This is better:

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




> 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

>
> 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