org.springframework.orm.ibatis
Class Diagram ibatis

Class Summary
SqlMapCallbackCallback interface for data access code that works on an iBATIS Database Layer SqlMap.
SqlMapFactoryBeanFactoryBean that creates an iBATIS Database Layer SqlMap as singleton in the current bean factory, possibly for use with SqlMapTemplate.
SqlMapOperationsInterface that specifies a basic set of iBATIS SqlMap operations.
SqlMapTemplateHelper class that simplifies data access via the MappedStatement API of the iBATIS Database Layer, and converts checked SQLExceptions into unchecked DataAccessExceptions, compatible to the org.springframework.dao exception hierarchy.