Home » spring-framework-2.5.5-with-dependencies » org.springframework » orm » ibatis »

org.springframework.orm.ibatis

Sub Packages:

org.springframework.orm.ibatis.support   Classes supporting the org.springframework.orm.ibatis package.  

Interfaces:

SqlMapCallback   Callback interface for data access code that works on an iBATIS Database Layer MappedStatement.  code | html
SqlMapClientCallback   Callback interface for data access code that works with the iBATIS com.ibatis.sqlmap.client.SqlMapExecutor interface.  code | html
SqlMapClientOperations   Interface that specifies a basic set of iBATIS SqlMapClient operations, implemented by SqlMapClientTemplate code | html
SqlMapOperations   Interface that specifies a basic set of iBATIS SqlMap operations.  code | html

Classes:

SqlMapClientFactoryBean   org.springframework.beans.factory.FactoryBean that creates an iBATIS com.ibatis.sqlmap.client.SqlMapClient code | html
SqlMapClientFactoryBean.SqlMapParserFactory   Inner class to avoid hard-coded iBATIS 2.3.2 dependency (XmlParserState class).  code | html
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.  code | html
SqlMapFactoryBean   FactoryBean that creates an iBATIS Database Layer SqlMap as singleton in the current bean factory, possibly for use with SqlMapTemplate.  code | html
SqlMapTemplate   Helper class that simplifies data access via the MappedStatement API of iBATIS SQL Maps, and converts checked SQLExceptions into unchecked DataAccessExceptions, following the org.springframework.dao exception hierarchy.  code | html