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 To...@persgroep.be on 2006/05/18 14:25:58 UTC

resultmaps

Hi all !!

I have the followiing situation:

I have a table with 20 fields in it.

I have 2 different queries.
One query where I have to select all fields and another query where I have 
to select only 3 fields from that table.

Can I resuse the same resultmap for those 2 queries ? And yes ... How ?
I have tried it but I got some error on the properties that were not 
filled in ...

Thanks in advance !