Does Hibernate do any checking on the length of the aliases it generates
when it creates it's SQL queries? I'm getting "identifier is too long"
errors against Oracle 9.2 at the moment because Hibernate tacks on some
extra text to some column names.
If not, would it be terribly difficult to add this functionality? Which
classes should I be looking at to figure this out?
Thanks,
-Mark
|