I understand there is a way to use the IN-keyword by giving a List of parameters to a query as shown at http://issues.apache.org/jira/browse/IBATIS-38, but what if I need to give the query other parameters too? I would like to give the query a Map where one value is the List for the IN-clause, and other parameters too. Is this possible?
cheers, Sakke

