See: Description
| Class | Description |
|---|---|
| BaseOrmLiteLoader<T,ID> |
An abstract superclass for the ORMLite Loader classes, which closely resembles to the Android's
CursorLoader. |
| OpenHelperManager |
This helps organize and access database connections to optimize connection sharing.
|
| OrmLiteBaseActivity<H extends OrmLiteSqliteOpenHelper> |
Base class to use for activities in Android.
|
| OrmLiteBaseActivityGroup<H extends OrmLiteSqliteOpenHelper> |
Base class to use for activity groups in Android.
|
| OrmLiteBaseListActivity<H extends OrmLiteSqliteOpenHelper> |
Base class to use for Tab activities in Android.
|
| OrmLiteBaseService<H extends OrmLiteSqliteOpenHelper> |
Base class to use for services in Android.
|
| OrmLiteBaseTabActivity<H extends OrmLiteSqliteOpenHelper> |
Base class to use for Tab activities in Android.
|
| OrmLiteConfigUtil |
Database configuration file helper class that is used to write a configuration file into the raw resource
sub-directory to speed up DAO creation.
|
| OrmLiteCursorAdapter<T,ViewType extends android.view.View> |
Cursor adapter base class.
|
| OrmLiteCursorLoader<T> |
Cursor loader supported by later Android APIs that allows asynchronous content loading.
|
| OrmLitePreparedQueryLoader<T,ID> |
A
Loader implementation that queries specified Dao using a PreparedQuery. |
| OrmLiteQueryForAllLoader<T,ID> |
A
Loader implementation that queries specified Dao for all data, using the
Dao.queryForAll() call. |
| OrmLiteSqliteOpenHelper |
SQLite database open helper which can be extended by your application to help manage when the application needs to
create or upgrade its database.
|
Helper classes for use in your application.
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.