Class | Description |
---|---|
ContentProvider | |
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 | |
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.
|
Enum | Description |
---|---|
PropertyType |
Currently available types for properties.
|
Available under the GPLv3 - Copyright © 2011-2015 greenrobot.de. All Rights Reserved.