Class OneManyOwningParent


  • @Entity
    public class OneManyOwningParent
    extends Object
    This class represents a parent in a One-to-Many, uni-directional relationship, relative to the parent. The OneManyChild makes no reference to this relationship. Of note, there is no such thing as a One-to-Many, bi-directional relationship, owned by the parent in JPA. All One-to-Many bi-directional relationships must be owned by the child.