Deprecated API

Deprecated Classes
com.ibatis.dao.client.template.JtaDaoTemplate
          Use JdbcDaoTemplate instead. Both have the same interface, so simply changing your code to extend JdbcDaoTemplate should work without any change in behaviour. 
com.ibatis.common.jdbc.ScriptRunner
          There are better tools available for running scripts. This class has become out of scope for iBATIS. 
 

Deprecated Methods
com.ibatis.sqlmap.client.SqlMapClient.getSession()
          Use openSession() instead. THIS METHOD WILL BE REMOVED BEFORE FINAL RELEASE. 
com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.getSession()
          Use openSession() 
com.ibatis.sqlmap.client.SqlMapTransactionManager.getUserConnection()
          Use getCurrentConnection() instead. 
com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.getUserConnection()
            
com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.getUserConnection()