Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.3.1
Name and version of the database you are using: MySQL 5.1
I'm using the hibernate-tools ant task to generate my DDL from my annotated domain objects. The problem is that the columns are not always generated in the same order so it is wrecking havoc when we need to source in data of any kind since we are keeping out test data in SQL files.
Is there a way to force it to use the same column ordering every time? Is this a bug?
Thanks for any suggestions