RE: populate same instance

2008-07-01 Thread Shannon, Bryan
annon -Original Message- From: aleksey2 [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2008 9:26 AM To: user-java@ibatis.apache.org Subject: Re: populate same instance I want my input object to be returned as output. Is that possible? Nicholoz Koka Kiknadze wrote: > > No as

Re: populate same instance

2008-06-30 Thread aleksey2
above code I get back a new instance of the Transfer object. Is >> there >> any way to get tr1 Transfer object populated by the query? >> >> Thanks >> Aleksey >> -- >> View this message in context: >> http://www.nabble.com/populate-same-instance

Re: populate same instance

2008-06-27 Thread Nicholoz Koka Kiknadze
Transfer tr2 = getSqlMapper().queryForObject("selectTransferByRefId",tr1); > > In the above code I get back a new instance of the Transfer object. Is > there > any way to get tr1 Transfer object populated by the query? > > Thanks > Aleksey > -- > View this m

populate same instance

2008-06-27 Thread aleksey2
is message in context: http://www.nabble.com/populate-same-instance-tp18158016p18158016.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.