Package com.vodafone360.people.database.persistenceHelper

Interface Summary
Persistable Annotations for declaring persistable Classes and a marker interface.
 

Class Summary
PersistenceHelper Contains Methods for persisting classes to a DB and for reading values from DB and creating objects out of it
 

Exception Summary
NotPersistableException NotPersistableException.
 

Annotation Types Summary
Persistable.Column Annotation for binding a field to a column.
Persistable.Entity Annotation for declaring an entity.
Persistable.Id Annotation for declaring an id field.
Persistable.Table Annotation for binding a class to a table.
 



JavaDoc