Re: Extending IBATIs

2007-07-30 Thread Clinton Begin
gt; > The feature has been introduced in february, and I don't know if there > have been releases since february. > > Cheers, > > J-F > > -Message d'origine- > *De :* Clinton Begin [mailto:[EMAIL PROTECTED] > *Envoyé :* lundi 30 juillet 2007 9:06 > *À :*

RE: Extending IBATIs

2007-07-30 Thread Jean-François Daune
since february. Cheers, J-F -Message d'origine- De : Clinton Begin [mailto:[EMAIL PROTECTED] Envoyé : lundi 30 juillet 2007 9:06 À : user-java@ibatis.apache.org Objet : Re: Extending IBATIs And I still don't understand why direct to field mapping (therefore bypassing setters altog

RE: Extending IBATIs

2007-07-30 Thread Jean-François Daune
di 30 juillet 2007 9:06 À : user-java@ibatis.apache.org Objet : Re: Extending IBATIs And I still don't understand why direct to field mapping (therefore bypassing setters altogether) won't work for you? Clinton On 7/30/07, Clinton Begin < [EMAIL PROTECTED]> wrote: You can mak

Re: Extending IBATIs

2007-07-30 Thread Clinton Begin
ty, > > but I am really uncomfortable weakening that much my object model. > > > > J-F > > > > -Message d'origine- > > *De :* Clinton Begin [mailto:[EMAIL PROTECTED] > > *Envoyé :* vendredi 27 juillet 2007 21:22 > > *À :* user-java@ibati

Re: Extending IBATIs

2007-07-30 Thread Clinton Begin
I am really uncomfortable weakening that much my object model. > > J-F > > -Message d'origine- > *De :* Clinton Begin [mailto:[EMAIL PROTECTED] > *Envoyé :* vendredi 27 juillet 2007 21:22 > *À :* user-java@ibatis.apache.org > *Objet :* Re: Extending IBATIs >

RE: Extending IBATIs

2007-07-29 Thread Jean-François Daune
p (or using annotations) I have just started using iBATIS and appreciate a lot its simplicity, but I am really uncomfortable weakening that much my object model. J-F -Message d'origine- De : Clinton Begin [mailto:[EMAIL PROTECTED] Envoyé : vendredi 27 juillet 2007 21:22 À : use

Re: Extending IBATIs

2007-07-27 Thread Clinton Begin
eanInfo 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:* user-java@ibatis.apache.org > *Subject:* Re: Extending IBATIs > &

RE: Extending IBATIs

2007-07-27 Thread Daniel Pitts
, July 27, 2007 8:57 AM To: user-java@ibatis.apache.org 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 PROTEC

Re: Extending IBATIs

2007-07-27 Thread Clinton Begin
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 s

Re: Extending iBATIS to support queryForIterator()

2007-01-09 Thread Tegan Clark
ay, January 8, 2007 4:09:09 PM Subject: Re: Extending iBATIS to support queryForIterator() On Mon, 2007-01-08 at 15:53 -0700, Clinton Begin wrote: > So Tegan, I'm thinking about this, and I'm still not quite sure what > this Iterator buys you... > > Why couldn't

Re: Extending iBATIS to support queryForIterator()

2007-01-08 Thread Chris Lamey
On Mon, 2007-01-08 at 15:53 -0700, Clinton Begin wrote: > So Tegan, I'm thinking about this, and I'm still not quite sure what > this Iterator buys you... > > Why couldn't you just do: > > return sqlMapper.queryForList("getMyList", params, skip, > max).iterator(); Right, but I think Tegan is sa

Re: Extending iBATIS to support queryForIterator()

2007-01-08 Thread Clinton Begin
tribute it if > the community sees some value. > > Tegan > > - Original Message > From: Larry Meadors < [EMAIL PROTECTED]> > To: user-java@ibatis.apache.org > Sent: Monday, January 8, 2007 11:10:02 AM > Subject: Re: Extending iBATIS to support queryForItera

Re: Extending iBATIS to support queryForIterator()

2007-01-08 Thread Clinton Begin
Message From: Larry Meadors <[EMAIL PROTECTED]> To: user-java@ibatis.apache.org Sent: Monday, January 8, 2007 11:10:02 AM Subject: Re: Extending iBATIS to support queryForIterator() Maybe I am just being incredibly dense here, but I honestly do not see much value in this. Please explain

Re: Extending iBATIS to support queryForIterator()

2007-01-08 Thread Brandon Goodin
an explicit call to a repurposed remove(). That's my take anyway. It's written and I'm happy to contribute it if the community sees some value. Tegan - Original Message From: Larry Meadors <[EMAIL PROTECTED]> To: user-java@ibatis.apache.org Sent: Monday, January

Re: Extending iBATIS to support queryForIterator()

2007-01-08 Thread Tegan Clark
t if the community sees some value. Tegan - Original Message From: Larry Meadors <[EMAIL PROTECTED]> To: user-java@ibatis.apache.org Sent: Monday, January 8, 2007 11:10:02 AM Subject: Re: Extending iBATIS to support queryForIterator() Maybe I am just being incredibly dense here

Re: Extending iBATIS to support queryForIterator()

2007-01-08 Thread Larry Meadors
Maybe I am just being incredibly dense here, but I honestly do not see much value in this. Please explain how this is an improvement to a RowHandler. With a RowHandler, I do not have to load the entire result set into a List. Iteration is done for me by iBATIS calling the row handler's handleRo