hi,

do you have an example of rowHandler implementation?

will that be more effecient than HashMaps? and how will we retrieve
results in the java code.

w/ hashMap we can just do map.get(\"propertyName\");
On 12/18/07, Brian Parkinson <[EMAIL PROTECTED]> wrote:
Hi -
>
> One may might be to implement a row handler.
>
> parki...
>
>
> -----Original Message-----
> From:
> Sent: Monday, December 17, 2007 3:44 PM
> To: [email protected]
> Subject: way to get resultSet as a list w/out putting data in class
>
> Hello,
>
> I am trying to convert resultSet code to use iBatis.
>
> I know in iBatis the results are put in a class and returned as a
> collection of those classes.  But my code has a lot of logic in which
> we are iterating over the resultset and there are lots of conditional
> (if/else)statements.
>
> I am wondering if there is a way to get the results from iBatis as a
> simple plain list.
> So I can treat the returned list from iBatis as a resultSet basically.
>
> Thanks!
>

Reply via email to