JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
com.humandevice.android.database
,
com.humandevice.android.database.annotations
,
com.humandevice.android.database.dao
,
com.humandevice.android.database.model
,
com.humandevice.android.database.tools
Class Hierarchy
java.lang.Object
com.humandevice.android.database.dao.
AbstractDao
<DbObject>
com.humandevice.android.database.dao.
ReflectDao
<DbObject>
com.humandevice.android.database.tools.
DatabaseAnnotationHelper
com.humandevice.android.database.
DatabaseConfiguration
com.humandevice.android.database.model.
EntityWithId
(implements com.humandevice.android.database.model.
LocalIdentifiable
, java.io.Serializable)
com.humandevice.android.database.dao.
ReflectDatabaseTransformer
<Model> (implements com.humandevice.android.database.dao.
DatabaseTransformer
<Model>)
com.humandevice.android.database.tools.
ReflectTypeUtils
com.humandevice.android.database.
SqlColumn
com.humandevice.android.database.
SqlCursor
(implements java.io.Closeable, java.lang.Iterable<T>, java.util.Iterator<E>)
com.humandevice.android.database.
SqlCursor.Row
android.database.sqlite.SQLiteOpenHelper
com.humandevice.android.database.
DatabaseHelper
com.humandevice.android.database.
SqlTableFactory
Interface Hierarchy
com.humandevice.android.database.tools.
Deserializer
<Source,Model>
com.humandevice.android.database.dao.
DatabaseTransformer
<Model> (also extends com.humandevice.android.database.tools.
Serializer
<Model,Result>)
com.humandevice.android.database.model.
Identifiable
com.humandevice.android.database.model.
LocalIdentifiable
com.humandevice.android.database.tools.
Serializer
<Model,Result>
com.humandevice.android.database.dao.
DatabaseTransformer
<Model> (also extends com.humandevice.android.database.tools.
Deserializer
<Source,Model>)
Annotation Type Hierarchy
com.humandevice.android.database.annotations.
Column
(implements java.lang.annotation.Annotation)
com.humandevice.android.database.annotations.
Id
(implements java.lang.annotation.Annotation)
com.humandevice.android.database.annotations.
Table
(implements java.lang.annotation.Annotation)
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
com.humandevice.android.database.
SqlColumnType
com.humandevice.android.database.
SqlForeignKeyActions
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes