Class OneManyChild


  • @Entity(name="O2MChild")
    public class OneManyChild
    extends Object
    This class implements the many side of a uni-directional One-to-Many relationship. It knows nothing of the parent.
    • Field Detail

      • id

        private long id
    • Constructor Detail

      • OneManyChild

        public OneManyChild()
      • OneManyChild

        public OneManyChild​(long id)
      • OneManyChild

        public OneManyChild​(String name)
    • Method Detail

      • getId

        public long getId()
      • getName

        public String getName()
      • setName

        public void setName​(String name)