Produce |
This class is an example of a non-entity class that will be mapped to a dependent table
and form the many side of an @ElementCollection.
|
Produce.Color |
|
Rider |
This class provides an example of an entity class on the many side of a one-to-many,
uni-directional relationship that will be referenced through a JoinTable.
|
Stop |
This class provides an example of the many side of a one-to-many, uni-directional relationship
mapped using a foreign key in the child entity table.
|
Todo |
This class is an example of the many side of a one-to-many, uni-directional relationship
which uses orphanRemoval of target entities on the many side.
|