Hi,
Is there a way to control the actual order of parameters used in the full (and eventually minimal) constructors generated with hbm2java ?
I know this must be optional since it would break many implementation,s but we came into a problem earlier this week, with two schemas absolutely identical, but on column defintion order on some tables.
Hibernate runtime is working fine, but hbm2java is generating constructors with parameters in different orders, depending on the schema used to generate java files.
Note that a simple alphabetical ordering would be enough in my case.
Nicolas
Hibernate 3.2.1
Hibernate-Tools 3.2.0b9
|