Title: Passing a list as IN parameter to stored procedure

Has anyone had success with passing a java.util.List as IN parameter to stored procedure?
If yes, what would the jdbcType in the sqlmap and what would be the corresponding declaration in stored procedure?

If this cannot be accomplished with a List, are there other options?


Reply via email to