
Chapter 4 Generating Hibernate Persistent Objects and JSF Pages
Mapping one-to-many associations
There are two possibilities for one-to-many association mapping:
- The association is mapped to a foreign key reference. The mapping file will generate the one-to-many tag.
- Using a join table. The mapping file will use the join-table tag.
Copyright (C) 2005. Sybase Inc. All rights reserved.
|
|