Class Todo


  • @Entity
    public class Todo
    extends Object
    This class is an example of the many side of a one-to-many, uni-directional relationship which uses orphanRemoval of target entities on the many side. This entity exists for the sole use of the one side of the relation.
    • Field Detail

      • id

        private int id
    • Constructor Detail

      • Todo

        public Todo()
      • Todo

        public Todo​(String title)
    • Method Detail

      • getId

        public int getId()
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)