Regular |
|
Joined: Thu Sep 23, 2004 11:53 am Posts: 83
|
Any idea when the Hibernate tools plugin will be able to handle the case that two foreign keys that includes the same column. I posted yesterday about this is and Gavin was kind enough to tell me the proper syntax, instead of using <key-many-to-one>. Unfortunately, I have 1300 tables in my schema and this is a lot of manual labor to convert the generated schemas to the proper syntax. Any help would be appreciated! I know the the templates for the Tool can be edited but my velocity template knowledge is zero. Has anyone already modified the the templates for this work around? I tried middlegen but it does run if you have synonyms is you schema.
Again any help would be appreciated!
Hibernate version:
3.0 + latest Hibernate Tools
Mapping documents:
NA
Code between sessionFactory.openSession() and session.close():
NA
Full stack trace of any exception that occurs:
NA
Name and version of the database you are using:
Oracle 10g
The generated SQL (show_sql=true):
NA
Debug level Hibernate log excerpt:
NA
|
|