Package org.springframework.orm.ibatis

Package providing integration of iBATIS Database Layer with Spring concepts.

See
          Description

Class Diagram Summary
ibatis 
 

Interface Summary
SqlMapCallbackCallback interface for data access code that works on an iBATIS Database Layer SqlMap.
SqlMapOperationsInterface that specifies a basic set of iBATIS SqlMap operations.
 

Class Summary
SqlMapFactoryBeanFactoryBean that creates an iBATIS Database Layer SqlMap as singleton in the current bean factory, possibly for use with SqlMapTemplate.
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.
 

Package org.springframework.orm.ibatis Description

Package providing integration of iBATIS Database Layer with Spring concepts. Contains SqlMap helper classes, and a template plus callback for ibatis-db access.