Package de.greenrobot.daogenerator

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.
 

Enum Summary
PropertyType Currently available types for properties.
 



Copyright © 2011-2012 greenrobot.de. All Rights Reserved.