Deprecated API


Contents
Deprecated Methods
com.j256.ormlite.android.apptools.OpenHelperManager.getHelper(Context)
          Should use OpenHelperManager.getHelper(Context, Class) 
com.j256.ormlite.android.apptools.OpenHelperManager.release()
          This has been renamed to be OpenHelperManager.releaseHelper(). 
 

Deprecated Constructors
com.j256.ormlite.android.AndroidDatabaseResults(Cursor, boolean, ObjectCache)
          The firstCall is no longer needed since the library now calls first() and next on its own. 
 



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