Package ejava.examples.orm.core.mapped
Class Bike
- java.lang.Object
-
- ejava.examples.orm.core.mapped.Bike
-
public class Bike extends Object
This class provides a pure POJO class that is mapped by BIKE-orm.xml into the database. See the annotated Bike example for how this can be done through class annotations.