Property | Description | Default |
---|---|---|
Target entity |
The persistent entity to which the attribute is mapped. |
|
Fetch |
Defines how data is loaded from the database:
|
Lazy |
Join fetch |
The type of fetch to use:
|
|
Private owned |
Specify that a relationship is privately owned; target object is a dependent part of the source object and is not referenced by any other object and cannot exist on its own. |
|
Orphan removal |
False |
|
Cascade |
Specify which operations are propagated throughout the entity.
|
True |
One-to-many mappings also include the following areas: