Sounds like he's asking about abator, but other than that, I'm
scratching my head.
--R
On Jul 17, 2007, at 2:57 PM, Jeff Butler wrote:
Currently, you can specify a root class for generated model
objects, and a root interface for generated DAO interfaces. Will
this work for you?
I'm not sure I understand what you're asking.
Jeff Butler
On 7/17/07, tdev <[EMAIL PROTECTED]> wrote:
Would be nice when generating Models and DAOs A
there could also be generated Models and DAOs B that extends the
Models and DAOs A
into an different package. The same with extra sqlmaps
In short:
General(Default) Models,DAOs,SQLMaps package A
Specialised Models,DAOs,SQLMaps package B
extends A
So I need not to worry about merge etc. if I put some further code
into it, own sqls,..
although it is said that the eclipse plugin does java merge, and
xml is merged always.