Deprecated API


Contents
Deprecated Interfaces
com.j256.ormlite.dao.RawResults
            
 

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.dao.Dao.iteratorRaw(String)
            
com.j256.ormlite.dao.Dao.queryForAllRaw(String)
            
 

Deprecated Enum Constants
com.j256.ormlite.field.DataType.JAVA_DATE
          You should use DataType.DATE 
com.j256.ormlite.field.DataType.JAVA_DATE_LONG
          You should use DataType.DATE_LONG 
com.j256.ormlite.field.DataType.JAVA_DATE_STRING
          You should use DataType.DATE_STRING 
 



Copyright © 2011. All Rights Reserved.