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
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