Re: Issues on converting Old Dao to Ibatis sql-map

2006-11-06 Thread Larry Meadors
Use a Map, and please read the developer's guide. http://ibatis.apache.org/javadownloads.html Larry On 11/6/06, Makunda Thapa <[EMAIL PROTECTED]> wrote: Hi, I all, I have been involved to convert old daos to sql mapper xml. One of the problem I having is.My old daos uses same field in more t

Issues on converting Old Dao to Ibatis sql-map

2006-11-06 Thread Makunda Thapa
Hi, I all, I have been involved to convert old daos to sql mapper xml. One of the problem I having is.My old daos uses same field in more than one params. I have to keep adding these fields in to my VO to pass in to the sql mappers. For example Object[] params