Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 2.1
Name and version of the database you are using: Oracle 9.2.0.5.0
Hello, the problem I am having is referencing tables from one logical gropuing to another:
Grouping A
Table1
Table2
Gropuing B
Table3
Table3 holds a foreign key from Table1. How do I tell Hibernate to look in a different table grouping. Connection is to the same database. I get a collection initialization exception because of this.
Thanks