Regular |
|
Joined: Tue Sep 09, 2003 9:37 pm Posts: 56 Location: Ogden, Utah, USA
|
In Hibernate2, the problem of aliases that are too long is supposed to be solved by the Alias class. However, unless a max length is passed in it uses Integer.MAX_VALUE which is huge!
What is the best way to implement a max length if your database has a restriction? I could just change that default constructor but it seems like there ought to be something in the dialect or a properties setting that would work without recompiling the jar file.
Thanks for your help!
Jenica Humphreys
MountainView Software
|
|