Beginner |
|
Joined: Mon Jun 06, 2005 6:48 pm Posts: 45
|
Hi All,
Anyone know how to change a datatype for a column for a hibernate class during generation and not modify any of the other settings in the hbm?
I need to change a long to a BigDecimal or a long to a int for some of the java files generated by hibernate tools. I am concerned to do that I may have to type in all the settings like many to many ect in the reverse engineering xml file. The reveng.xml example I have seen on this site does not answer that question clearly for me.
Thanks,
-Tony
|
|