You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Jeff Butler (JIRA)" <ib...@incubator.apache.org> on 2006/06/01 00:13:32 UTC

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

     [ http://issues.apache.org/jira/browse/IBATIS-166?page=all ]
     
Jeff Butler closed IBATIS-166:
------------------------------

    Fix Version: 2.2.0
     Resolution: Fixed

Fixed in SVN.  Documentation also updated.

> 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
>     Assignee: Jeff Butler
>     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