Joined: Tue Dec 21, 2004 2:24 pm Posts: 1
|
Hibernate version:
2.1
Mapping documents:
I'm trying to map an identifying parent/child relationship (1:0-N). Parent table Document has a primary key document_id, Child table General has a primary foreign key which references Document.document_id. A Document may reference zero or more Generals but a General will (by its PFK) always reference a single Document.
If someone could just point me in the right direction I'd appreciate it.
Thanks
Name and version of the database you are using:
Oracle 9.02
|
|