Hi,

I am using hibernate3-maven-plugin to generate pojo's from hbm.xml
files. That all works fine.

Now I want to generate these files so that I generate base the class
and an empty concrete class.

I came across this support in hibernatetool,

 <codegen>
             <generate prefix="Base"
renderer="net.sf.hibernate.tool.hbm2java.BasicRenderer"/>
             <generate renderer="net.sf.hibernate.tool.hbm2java.BasicRenderer">
               <param name="generate-concrete-empty-classes">true</param>
               <param name="baseclass-prefix">Base</param>
             </generate>
           </codegen>


Can I do similar thing using the plugin?

cheers,
Anna

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to