Deprecated API


Contents
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(). 
 



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