Re: queryForList with multiple parametrs

2008-03-30 Thread Nedda Kaltcheva
#searchClassFieldA# AND B = #searchClassFieldB# So, that is what the mapped statement looks like, and here is how you would call it: queryForList("getAB",searchObject); where searchObject is of class SearchClass and has fields searchClassFieldA and searchClassFieldB set to your values

RE: queryForList with multiple parametrs

2008-03-28 Thread Jason Kratz
You either have to pass in a parameter map or a class. This is well documented in the user guide. -Original Message- From: dzizes [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2008 10:18 AM To: user-java@ibatis.apache.org Subject: queryForList with multiple parametrs Hi, I was

queryForList with multiple parametrs

2008-03-28 Thread dzizes
se help me with replacing 14/01 and ?? with proper parameters. Greets, dzizes -- View this message in context: http://www.nabble.com/queryForList-with-multiple-parametrs-tp16351019p16351019.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.