It is possible with the 1.0 version, but you have to modify the generated
example classes (e.g. to get rid of the private constructor).  It's far
easier with the version in SVN.

The version in SVN is very stable and is better than 1.0 - you can use it
without fear.

No version past 1.0 has been released - that's why the eclipse update site
doesn't show any new versions available.

Jeff Butler




On Feb 18, 2008 12:43 PM, jcblitz <[EMAIL PROTECTED]> wrote:

>
> Is it possible to do with the 1.0 version? I see the Criteria class has a
> private default constructor so I couldn't override it. I haven't done
> really
> any inner class overriding before.
>
> Also, the 1.1.0 fairly stable? I tried to use
>
> http://svn.apache.org/repos/asf/ibatis/trunk/java/mapper/mapper2/tools/abator/eclipse/AbatorUpdateSite/
> as an eclipse update site and eclipse said it couldn't find any features.
> Maybe because I already have 1.0 installed?
>
>
> Jeff Butler-2 wrote:
> >
> > 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.
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Is-there-a-way-to-make-MyClassExample-searches-from-Abator-case-insensitive--tp15507325p15547193.html
> Sent from the iBATIS - User - Java mailing list archive at 
> Nabble.com<http://nabble.com/>
> .
>
>

Reply via email to