Does iBatis 3.0 allow for overloaded mapper definitions? e.g
public interface egMapper {
ArrayList<DataSet> exampleMapper(SomeClass args);
ArrayList<DataSet> exampleMapper(AnotherClass args);
}
Obviously the XML file is going to need to understand the difference...
--
View this message in context:
http://www.nabble.com/Overloading-Mappers-tp25115777p25115777.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]