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 a database with those fields in the same order. What I found now for example that the field id is generated as the last field in the table and not as the first field. -- Regards, I Wayan Saryada http://www.kodejava.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net