Package org.androwrapee.db

Interface Summary
DatabaseReferenceClass The Interface DatabaseReference must be inherited by any class that aims to be used as a reference field for a entry to be stored in the database.
 

Class Summary
BuildConfig  
DefaultDAO<T> Simple database access helper class, for SQLite for Android.
DefaultDatabaseHelper The Class DefaultDatabaseHelper that acts like a SQLiteOpenHelper, creating the database when needed.
ReflectionManager The ReflectionManager manages and gets the required field of a given class, to be used in the rest of the Database Provider Classes.
 

Exception Summary
IllegalClassStructureException The DatabaseClassStructureException is thrown when the structure of a class that has to be stored in the database is not according to the specifications.
 

Annotation Types Summary
DatabaseClass The Annotation that marks a class as corresponding to a Database Table.
DatabaseField The Annotation that marks a field as Database Storable.
IdField The Annotation that marks the ID field in a Database Class that is being stored.
ReferenceField The ReferenceField annotation that can be used to annotate fields that mark the related entity of the current object.