Yes it does help : It works a treat - but how ? Private methods are only accessable from within the class itself, and iBatis is not part of my class.
GTG
>>> "MCCORMICK, Paul" <[EMAIL PROTECTED]> 05/07/07 8:35 AM
>>>
Ibatis can use the private methods.
E.g. If you define the method as "private void setId(Integer id) {..}"
then ibatis can call it.
Hope this helps,
