Class OneManyInverseParent


  • @Entity
    public class OneManyInverseParent
    extends Object
    This class represents a parent in One-to-Many, bi-directional relationship. The parent is the inverse side of the relationship and keeps the children in a Map. The OneManyOwningChild defines the relationship.