Package ejava.examples.orm.core.mapped
Class Drill
- java.lang.Object
-
- ejava.examples.orm.core.mapped.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
-
make
private String make
-
-