I would suggest you read the manual... it is all in there. http://ibatis.com/common/download.html
Brandon On Thu, 24 Feb 2005 09:42:00 +0200, Sakke Wiik <[EMAIL PROTECTED]> wrote: > 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 >

