Package ejava.examples.orm.rel.composite
Class DoorPK
- java.lang.Object
-
- ejava.examples.orm.rel.composite.DoorPK
-
- All Implemented Interfaces:
Serializable
@Embeddable public class DoorPK extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private int
doorId
private int
houseId
private static long
serialVersionUID
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
houseId
private int houseId
-
doorId
private int doorId
-
-