[appfuse-user] Question on hbm2ddl plugin

2010-01-22 Thread I Wayan Saryada
Hello, When AppFuse generates the table using hibernate3:hbm2ddl plugin is it possible to have the table created with fields order based on the pojo fields order? For example if I have a POJO with id, name, description, createdBy and createdDate fields it is possible that the hbm2ddl also create

Re: [appfuse-user] Question on hbm2ddl plugin

2010-01-22 Thread Matt Raible
I would look at the plugin's documentation or post a message to the project's mailing list. http://mojo.codehaus.org/maven-hibernate3/hibernate3-maven-plugin/ Matt On Fri, Jan 22, 2010 at 1:29 AM, I Wayan Saryada wrote: > Hello, > > When AppFuse generates the table using hibernate3:hbm2ddl plug