Package | Description |
---|---|
ejava.examples.orm.rel.composite |
Class and 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.
|
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.
|
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.