Class Drill


  • 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). This will be done through the orm.xml mapping file.
    • 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)