Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:2.1
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
Question is how to map a FK that is made up of 3 columns from 3 different tables? I have the "hibernate in action" and "hibernate a develoepr's notebook" books, so you can reference chapters in those if applicable.
so what we have is ...
tableA
column1 foriegnKey(tableB.column, tableC.column, tableD.column)
Thanks in advance :)