Package com.j256.ormlite.android.apptools

Helper classes for use in your application.

See:
          Description

Class Summary
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.
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.
 

Package com.j256.ormlite.android.apptools Description

Helper classes for use in your application.



This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.