All Classes
-
All Classes Class Summary Enum Summary Class Description ContentProvider DaoGenerator Once you have your model created, use this class to generate entities and DAOs.DaoUtil Internal APIEntity 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 PropertyType Currently available types for properties.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 entities.ToManyBase Base class for to-many relationship from source entities to target entities.ToManyWithJoinEntity To-many relationship to many target entities using a join entity (aka JOIN table).ToOne To-one relationship from a source entity to one (or zero) target entity.