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] <mailto:[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