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 Sundar Sankar <fa...@gmail.com> on 2008/07/17 22:20:29 UTC

Dynamic result map

Hi,
    I have a refcursor returned out of my procedure. The data that comes out
of it is like this

col1 has either value 1 or value 2
and there are other column data

I wanna put data mapped to col1=value1 in a object and col1=value2 in a
object. Is there a way to do this with Ibatis.

Regards
Sundar