Generated by
JDiff

Package org.springframework.orm.ibatis

Changed Classes and Interfaces
SqlMapClientCallback Callback interface for data access code that works with the iBATIS com.ibatis.sqlmap.client.SqlMapExecutor interface.
SqlMapClientFactoryBean org.springframework.beans.factory.FactoryBean that creates an iBATIS com.ibatis.sqlmap.client.SqlMapClient.
SqlMapClientOperations Interface that specifies a basic set of iBATIS SqlMapClient operations, implemented by SqlMapClientTemplate.
SqlMapClientTemplate Helper class that simplifies data access via the iBATIS com.ibatis.sqlmap.client.SqlMapClient API, converting checked SQLExceptions into unchecked DataAccessExceptions, following the org.springframework.dao exception hierarchy.