Uses of Class
com.j256.ormlite.android.apptools.OrmLiteSqliteOpenHelper

Packages that use OrmLiteSqliteOpenHelper
com.j256.ormlite.android.apptools Helper classes for use in your application. 
 

Uses of OrmLiteSqliteOpenHelper in com.j256.ormlite.android.apptools
 

Classes in com.j256.ormlite.android.apptools with type parameters of type OrmLiteSqliteOpenHelper
 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.
 

Methods in com.j256.ormlite.android.apptools with type parameters of type OrmLiteSqliteOpenHelper
static
<T extends OrmLiteSqliteOpenHelper>
T
OpenHelperManager.getHelper(android.content.Context context, Class<T> openHelperClass)
          Like OpenHelperManager.getHelper(Context) but sets the helper class beforehand.
 

Methods in com.j256.ormlite.android.apptools that return OrmLiteSqliteOpenHelper
static OrmLiteSqliteOpenHelper OpenHelperManager.getHelper(android.content.Context context)
          Create a static instance of our open helper.
 

Method parameters in com.j256.ormlite.android.apptools with type arguments of type OrmLiteSqliteOpenHelper
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 content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.