Class Drill


  • @Entity
    public class Drill
    extends Object
    This class provides an example of a entity mapped to the database using a generated primary key AUTO-matically generated by the Java Persistence provider (i.e., not using the database for key value).
    • Field Detail

      • id

        private long id
    • Constructor Detail

      • Drill

        public Drill()
      • Drill

        public Drill​(long id)
    • Method Detail

      • getId

        public long getId()
      • getMake

        public String getMake()
      • setMake

        public void setMake​(String make)