| Class Summary |
| SqlMapCallback | Callback interface for data access code that works on an iBATIS Database Layer
SqlMap. |
| SqlMapFactoryBean | FactoryBean that creates an iBATIS Database Layer SqlMap as singleton in the
current bean factory, possibly for use with SqlMapTemplate. |
| SqlMapOperations | Interface that specifies a basic set of iBATIS SqlMap operations. |
| SqlMapTemplate | Helper 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. |