Package ejava.examples.orm.core.mapped
Class EggBeater
- java.lang.Object
-
- ejava.examples.orm.core.mapped.EggBeater
-
public class EggBeater extends Object
This class provides an example of using a TABLE GeneratedValue schema. The definition of the primary key generation is supplied in the orm.xml file.
-
-
Field Detail
-
id
private long id
-
make
private String make
-
-