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