Class Summary |
DaoGenerator |
Once you have your model created, use this class to generate entities and DAOs. |
DaoUtil |
Internal API |
Entity |
Model class for an entity: a Java data object mapped to a data base table. |
Index |
|
Property |
Model class for an entity's property: a Java property mapped to a data base column. |
Property.PropertyBuilder |
|
PropertyOrderList |
|
Query |
NOT IMPLEMENTED YET. |
QueryParam |
NOT IMPLEMENTED YET. |
Schema |
The "root" model class to which you can add entities to. |
ToMany |
To-many relationship from a source entity to many target entitites. |
ToOne |
To-one relationship from a source entity to one (or zero) target entity. |