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. 
 

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