You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Daniel Pitts <Da...@cnet.com> on 2006/03/20 22:45:56 UTC

queryForMap and lists...

I want to perform query and map the results by a specific column... The
rows may have non-unique values for the specified column, and I'd like
to have it build a list if possible.  Any ideas?

Re: queryForMap and lists...

Posted by Larry Meadors <lm...@apache.org>.
Write a rowhandler.

Larry


On 3/20/06, Daniel Pitts <Da...@cnet.com> wrote:
>
> I want to perform query and map the results by a specific column... The
> rows may have non-unique values for the specified column, and I'd like
> to have it build a list if possible.  Any ideas?
>