Package | Description |
---|---|
com.j256.ormlite.android.apptools |
Helper classes for use in your application.
|
Modifier and Type | Class and Description |
---|---|
class |
OrmLiteBaseActivity<H extends OrmLiteSqliteOpenHelper>
Base class to use for activities in Android.
|
class |
OrmLiteBaseActivityGroup<H extends OrmLiteSqliteOpenHelper>
Base class to use for activity groups in Android.
|
class |
OrmLiteBaseListActivity<H extends OrmLiteSqliteOpenHelper>
Base class to use for Tab activities in Android.
|
class |
OrmLiteBaseService<H extends OrmLiteSqliteOpenHelper>
Base class to use for services in Android.
|
class |
OrmLiteBaseTabActivity<H extends OrmLiteSqliteOpenHelper>
Base class to use for Tab activities in Android.
|
Modifier and Type | Method and Description |
---|---|
static <T extends OrmLiteSqliteOpenHelper> |
OpenHelperManager.getHelper(android.content.Context context,
Class<T> openHelperClass)
Create a static instance of our open helper from the helper class.
|
Modifier and Type | Method and Description |
---|---|
static OrmLiteSqliteOpenHelper |
OpenHelperManager.getHelper(android.content.Context context)
Deprecated.
Should use
OpenHelperManager.getHelper(Context, Class) |
Modifier and Type | Method and Description |
---|---|
static void |
OpenHelperManager.setHelper(OrmLiteSqliteOpenHelper helper)
Set the helper for the manager.
|
Modifier and Type | Method and Description |
---|---|
static void |
OpenHelperManager.setOpenHelperClass(Class<? extends OrmLiteSqliteOpenHelper> openHelperClass)
If you are _not_ using the
OrmLiteBaseActivity type classes then you will need to call this in a static
method in your code. |
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.