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 Kyunam Kim <ky...@esri.com> on 2008/09/16 20:08:58 UTC

Populating Map property from

Hi All,

 

I don't think it is possible but just in case I'm forgetting
something...

 

I'd like to populate a java.util.Map property while in <resultMap /> by
inserting some column values from a current row.

 

In other words, would it be possible to call a method that takes 2
arguments using <result property="..." column="..."/> ?

 

e.g., put(key, value) or add(key, value)

 

 

Thanks,

Q