Package myorg.relex.many2one
Class State
- java.lang.Object
-
- myorg.relex.many2one.State
-
@Entity public class State extends Object
This class provides an example one/parent entity in a many-to-one, uni-directional relationship. For that reason -- this class will not have any reference to the many entities that may possibly reference it. These many/child objects must be obtained through the entity manager using a find or query.