com.j256.ormlite.android.apptools
Interface OpenHelperManager.SqliteOpenHelperFactory

All Known Implementing Classes:
ClassNameProvidedOpenHelperFactory
Enclosing class:
OpenHelperManager

Deprecated. We are using other mechanisms now to inject the helper class. See OpenHelperManager.getHelper(Context).

@Deprecated
public static interface OpenHelperManager.SqliteOpenHelperFactory

Factory for providing open helpers.


Method Summary
 OrmLiteSqliteOpenHelper getHelper(android.content.Context context)
          Deprecated. Create and return an open helper associated with the context.
 

Method Detail

getHelper

OrmLiteSqliteOpenHelper getHelper(android.content.Context context)
Deprecated. 
Create and return an open helper associated with the context.



Copyright © 2011. All Rights Reserved.