To do this you need to extend the example class and add some functionality. There is a new page in the Abator documentation that shows exactly how to do this here:
http://svn.apache.org/repos/asf/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/extendingExampleClass.html Note: this page shows how to do it with the example classes that are generated with the version of Abator in SVN (just slightly different from the example classes generated by Abator 1.0). Jeff Butler On Feb 15, 2008 12:26 PM, Jared Blitzstein <[EMAIL PROTECTED]> wrote: > I looked through the iBatis documentation, Abator documentation, and the > mailing list archive to see if there was a way to make the searching > case insensitive but didn't see any info. Since I'm not writing the SQL, > I didn't see a way to do a lowercase or uppercase on the comparisons. > Thanks in advance for any advice. >
