Hi,
is there any chance to define the order of columns, when hibernate creates the schema?
Unfortunately the order of the columns within one table is without any understandable strategy. Together with hibernate and within my java-application this causes no effect, but sometimes you have to check or modifiy some values directly on the database and then it´s hard to read if the necessary columns are spread randomly through the table.
If there´s a possibility, i´d be glad if someone would let me know
Thomas
Hibernate version:
3.2.5
|