You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Dharmendra Chauhan (JIRA)" <ib...@incubator.apache.org> on 2005/05/04 04:59:06 UTC

[jira] Created: (IBATIS-120) Use of java.util.List for imput parameter

Use of java.util.List for imput parameter
-----------------------------------------

         Key: IBATIS-120
         URL: http://issues.apache.org/jira/browse/IBATIS-120
     Project: iBatis for Java
        Type: New Feature
  Components: SQL Maps  
 Environment: N/A
    Reporter: Dharmendra Chauhan
    Priority: Minor


Manytimes I need to just pass parameters to sql not object properties. In such case it makes more sense to pass List object rather than Map. e.g. "update contact set age=? where user=?" Here I should be able to pass java.util.List object with Integer at first (0) index and String at next index. This is less verbose option than others.

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