Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.0
Name and version of the database you are using: Informix 7.31.4
I have two tables in my DB that really should be one table. They have the same key.
I don't wish to compound this problem by creating to objects in my front end, so I'd like to create a one-to-one relationship and have it populate fields in my main class under the covers so everything above hibernate looks like these are one entity.
I've used one-to-one before, but it creates a sub-object that is contained by the root class. I'd like a root one.