Hi, We are converting our traditional ResultSet code to iBatis. But are facing a problem now.
Is there a way to pass a hardcoded value in the resultMap instead of a column? this hard coded value will come from a javaCode. so something like this <result property=\"numberMembers\" column=\"value passed from java code will come here\"/> Thanks..
