|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use de.greenrobot.dao | |
|---|---|
| de.greenrobot.dao | |
| de.greenrobot.dao.test | |
| Classes in de.greenrobot.dao used by de.greenrobot.dao | |
|---|---|
| AbstractDao
Base class for all DAOs: Implements entity operations like insert, load, delete, and query. |
|
| AbstractDaoSession
DaoSession gives you access to your DAOs, offers convenient persistence methods, and also serves as a session cache. |
|
| CloseableListIterator
A list iterator that needs to be closed (or the associated list) to free underlying resources like a database cursor. |
|
| Command.CommandType
|
|
| CountQuery
|
|
| DaoConfig
Internal class used by greenDAO. |
|
| DeleteQuery
A repeatable query for deleting entities. |
|
| IdentityScope
Common interface for a identity scopes needed internally by greenDAO. |
|
| IdentityScopeType
|
|
| LazyList
A thread-safe, unmodifiable list that reads entities once they are accessed from an underlying database cursor. |
|
| Property
Meta data describing a property mapped to a database column; used to create WhereCondition object used by the query builder. |
|
| Query
A repeatable query returning entities. |
|
| QueryBuilder
Builds custom entity queries using constraints and parameters and without SQL (QueryBuilder creates SQL for you). |
|
| WhereCondition
Internal interface to model WHERE conditions used in queries. |
|
| WhereCondition.AbstractCondition
|
|
| Classes in de.greenrobot.dao used by de.greenrobot.dao.test | |
|---|---|
| AbstractDao
Base class for all DAOs: Implements entity operations like insert, load, delete, and query. |
|
| AbstractDaoMaster
The master of dao will guide you: start dao sessions with the master. |
|
| AbstractDaoSession
DaoSession gives you access to your DAOs, offers convenient persistence methods, and also serves as a session cache. |
|
| IdentityScope
Common interface for a identity scopes needed internally by greenDAO. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||