
The persistent mappings are required for the relations between container-managed entity beans. They show how one container-managed entity bean maps its fields to the fields of the referenced bean. There can be one-to-one, one-to-many and many-to many unidirectional or bidectional relations.
For relation type many-to-many, a help table is used that provides mapping between the table fields of each entity bean that takes part in the relation.
Managing Relations
The available options depend on the type of the selected relation.
Relations Table
This has the following rows:
If you have set Key Type as NO_KEY, you can edit Target PK Column Name only.
Bean Tables
For more information see Container-Managed Relationships .