[ 
http://issues.apache.org/jira/browse/IBATIS-120?page=comments#action_12371008 ] 

Sven Boden commented on IBATIS-120:
-----------------------------------

I would like to close IBATIS-120 feature request as "won't fix" as it would 
introduce bad practices.

Closure around March, 24th.

> 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

Reply via email to