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.
