Deprecated API


Contents
Deprecated Annotation Types
com.j256.ormlite.field.DatabaseFieldForeign
          Please use just the DatabaseField annotation. This annotation was created when we found performance problems in the Android annotations. We have a work around for these annotations now that makes them adequately fast. These are causing confusion so we've decided to pull them. Sorry. 
com.j256.ormlite.field.DatabaseFieldId
          Please use just the DatabaseField annotation. This annotation was created when we found performance problems in the Android annotations. We have a work around for these annotations now that makes them adequately fast. These are causing confusion so we've decided to pull them. Sorry. 
com.j256.ormlite.field.DatabaseFieldIndex
          Please use just the DatabaseField annotation. This annotation was created when we found performance problems in the Android annotations. We have a work around for these annotations now that makes them adequately fast. These are causing confusion so we've decided to pull them. Sorry. 
com.j256.ormlite.field.DatabaseFieldOther
          Please use just the DatabaseField annotation. This annotation was created when we found performance problems in the Android annotations. We have a work around for these annotations now that makes them adequately fast. These are causing confusion so we've decided to pull them. Sorry. 
com.j256.ormlite.field.DatabaseFieldSimple
          Please use just the DatabaseField annotation. This annotation was created when we found performance problems in the Android annotations. We have a work around for these annotations now that makes them adequately fast. These are causing confusion so we've decided to pull them. Sorry. 
 

Deprecated Methods
com.j256.ormlite.dao.BaseDaoImpl.createDao(ConnectionSource, Class)
          You should be using the DaoManager.createDao(ConnectionSource, Class) 
com.j256.ormlite.dao.BaseDaoImpl.createDao(ConnectionSource, DatabaseTableConfig)
          You should be using the DaoManager.createDao(ConnectionSource, DatabaseTableConfig) 
com.j256.ormlite.field.DatabaseFieldConfig.getUnknownEnumvalue()
          Switch to DatabaseFieldConfig.getUnknownEnumValue(). 
com.j256.ormlite.stmt.QueryBuilder.limit(int)
          Should use QueryBuilder.limit(Long) 
com.j256.ormlite.stmt.QueryBuilder.offset(int)
          Should use QueryBuilder.offset(Long) 
 



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