No...and going forward, we'll support JavaBeans only in that get/set methods are properties. The JavaBeans spec and related APIs including BeanInfo are horrible and have created far more problems for us and others than they have solved.
In the future we'll support classes as classes, not classes as JavaBeans. That said, sorry for ProbeFactory being static, there's no excuse for that. Clinton On 7/27/07, Daniel Pitts <[EMAIL PROTECTED]> wrote: > > Does iBATIS use Introspector and BeanInfo? If it does (and it should!), > then you can create a custom BeanInfo class that defines the getter/setter > methods for particular properties. > > ------------------------------ > *From:* Clinton Begin [mailto:[EMAIL PROTECTED] > *Sent:* Friday, July 27, 2007 8:57 AM > *To:* [email protected] > *Subject:* Re: Extending IBATIs > > > Can you live with simply letting it map directly to the fields? > > Clinton > > On 7/26/07, Jean-François Daune < [EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I would like to customize iBATIS by replacing use of Javabeans setter as > > default with custom setter (with a prefix). > > > > Is it possible? > > > > I do not see any extension point for this in iBATIS. ProbeFactory is > > impossible to extend. > > > > Cheers, > > > > J-F > > > >
