Hi,
I was wondering if you can access a resultmap through the iBatis API
To know what sql column is attached to a specific property
something like
ResultMap rm = getResultMap("rmName");
rm.getColumnOfProperty("reference");
Thank you,
Kris.
Hi,
I was wondering if you can access a resultmap through the iBatis API
To know what sql column is attached to a specific property
something like
ResultMap rm = getResultMap("rmName");
rm.getColumnOfProperty("reference");
Thank you,
Kris.