Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
2.1
Name and version of the database you are using:
Oracle 9i
Hey,
I'm having a trouble mapping a connecting between 2 of my tables.
We have 2 tables - the simplest "dept", "emp" tables which are mapped to 2 classes.
Class Dept contains 2 properties for emps - 1 for manager and the second for workers (Collection).
How can I map this?
We can add additional fields in the emp table that indicates the property in the depts?
Thanks ahead
--Ram
sternr|@gmail.com