| Interface | Description |
|---|---|
| DbConsumer |
Execute an action on the database
|
| DbFunction<T> |
A function executable on an open database connection
|
| Class | Description |
|---|---|
| BaseContentProvider | |
| ConnectedEntityService<E> |
Provides a version of the
EntityService with an open connection to the SQLiteDatabase. |
| CursorUtil |
Provides utility methods for cursors.
|
| DatabaseValidator<T> |
Validates entities by their schema definition
|
| DbCreator |
Handles db creation and updates.
|
| EntityService<E> |
Provides support for executing CRUD operations on
Entity classes, such getting them from the database or
saving them to the database. |
| FlatEntityParcelable<E> |
Provides the possibility to wrap a data object into a
Parcel. |
| Utilities |
Provides utility methods for droitated DB.
|
Copyright © 2015 arconsis IT-Solutions GmbH. All Rights Reserved.