Deprecated API


Contents
Deprecated Interfaces
com.ibatis.common.log.Log
          Use Jakarta commons logging 
 

Deprecated Classes
com.ibatis.db.sqlmap.IntegerKey
            
com.ibatis.db.sqlmap.IntegerResult
            
com.ibatis.db.dao.jdbc.JdbcDaoTransactionPool
          Use SimpleDaoTransactionPool instead. 
com.ibatis.common.log.LogEntry
          Use Jakarta commons logging 
com.ibatis.common.log.Logger
          Use Jakarta commons logging 
com.ibatis.common.log.LogLevel
          Use Jakarta commons logging 
com.ibatis.common.log.LogOutputStream
          Use Jakarta commons logging 
com.ibatis.db.sqlmap.ObjectKey
            
com.ibatis.common.util.PagedList
          Use PaginatedArrayList - This class uses incorrect semantics and does not properly implement the new PaginatedList contract. 
com.ibatis.db.sqlmap.StringKey
            
com.ibatis.common.log.SystemOutLog
          Use Jakarta commons logging 
 

Deprecated Methods
com.ibatis.db.sqlmap.XmlSqlMapBuilder.buildSqlMap(File)
          Use buildSqlMap(Reader reader) 
com.ibatis.db.sqlmap.value.BaseValue.getKey()
            
com.ibatis.db.sqlmap.SqlMap.getLogWriter()
          Use commons-logging 
com.ibatis.db.sqlmap.value.BaseValue.getResult()
            
com.ibatis.db.sqlmap.SqlMap.isCachePreparedStatement()
          Use getStatementCacheSize() 
com.ibatis.db.sqlmap.SqlMap.log(String)
          Use commons-logging 
com.ibatis.db.util.ScriptRunner.main(String[])
          Main method will not be supported in future versions 
com.ibatis.db.sqlmap.SqlMap.setCachePreparedStatement(boolean)
          Use setStatementCacheSize(int size) 
com.ibatis.db.sqlmap.value.BaseValue.setKey(Object)
            
com.ibatis.db.sqlmap.SqlMap.setLogWriter(PrintWriter)
          Use commons-logging 
com.ibatis.db.sqlmap.value.BaseValue.setResult(Object)
            
 

Deprecated Constructors
com.ibatis.db.util.ScriptRunner(String, String, String, String)