| Class | Description |
|---|---|
| AbstractDao<T,K> |
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.
|
| DaoLog |
Internal greenDAO logger class.
|
| DbUtils |
Database utils, for example to execute SQL scripts
|
| Property |
Meta data describing a property mapped to a database column; used to create WhereCondition object used by the query builder.
|
| Exception | Description |
|---|---|
| DaoException |
Exception thrown when something goes wrong in the DAO/ORM layer.
|
Available under the Apache License, Version 2.0 - Copyright © 2011-2015 greenrobot.de. All Rights Reserved.