Package ejava.examples.orm.rel.composite
-
Class Summary Class Description Door This class provides an example use of a composite @EmbeddedId primary key where one of the properties of the Embeddable is re-used as a foreign key.DoorPK House Mortgage This class provides an example use of a composite @EmbeddedId primary key where one of the properties of the Embeddable is derived from foreign key.MortgagePK Resident This class provides an example use of a composite @IdClass primary key where one of the properties of the IdClass is derived from the foreign key.ResidentPK Room This class provides an example use of a composite @IdClass primary key where one of the properties of the IdClass is re-used as a foreign key.RoomPK