Re: Suffix for DAOs

2009-07-06 Thread Jeff Butler
*Von:* Jeff Butler [mailto:jeffgbut...@gmail.com] > *Gesendet:* Montag, 6. Juli 2009 16:58 > > *An:* user-java@ibatis.apache.org > *Betreff:* Re: Suffix for DAOs > > > > I've done some refactoring of attributes in 1.2.2. I think that some of > the prior methods were a

AW: Suffix for DAOs

2009-07-06 Thread Benjamin Klatt
schedule for the new release?` All the best benjamin Von: Jeff Butler [mailto:jeffgbut...@gmail.com] Gesendet: Montag, 6. Juli 2009 16:58 An: user-java@ibatis.apache.org Betreff: Re: Suffix for DAOs I've done some refactoring of attributes in 1.2.2. I think that some of the

Re: Suffix for DAOs

2009-07-06 Thread Jeff Butler
Von:* Jeff Butler [mailto:jeffgbut...@gmail.com] > *Gesendet:* Samstag, 4. Juli 2009 17:12 > *An:* user-java@ibatis.apache.org > *Betreff:* Re: Suffix for DAOs > > > > You can do it with a plugin. There's an example supplied with Ibator that > shows how to rename the example classe

AW: Suffix for DAOs

2009-07-05 Thread Benjamin Klatt
Benjamin Von: Jeff Butler [mailto:jeffgbut...@gmail.com] Gesendet: Samstag, 4. Juli 2009 17:12 An: user-java@ibatis.apache.org Betreff: Re: Suffix for DAOs You can do it with a plugin. There's an example supplied with Ibator that shows how to rename the example classes - same co

Re: Suffix for DAOs

2009-07-04 Thread Jeff Butler
You can do it with a plugin. There's an example supplied with Ibator that shows how to rename the example classes - same concept. Jeff Butler On Sat, Jul 4, 2009 at 5:58 AM, Benjamin Klatt wrote: > Hi List, > > > > is there an out-of-the-box way to generate the DAO objects with a suffix? > >

Suffix for DAOs

2009-07-04 Thread Benjamin Klatt
Hi List, is there an out-of-the-box way to generate the DAO objects with a suffix? The only way I found so far is by extending an existing DAO generator. Thanks for any feedback br benjamin