|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
SqlSessionCallback<T> | Callback interface for data access code that works with the MyBatis
Executor interface. |
SqlSessionOperations | Interface that specifies a basic set of MyBatis SqlSession operations,
implemented by SqlSessionTemplate . |
Class Summary | |
---|---|
MapperFactoryBean<T> | BeanFactory that enables injection of MyBatis mapper interfaces. |
SqlSessionFactoryBean | FactoryBean that creates an MyBatis
SqlSessionFactory . |
SqlSessionHolder | |
SqlSessionTemplate | Helper class that simplifies data access via the MyBatis
SqlSession API, converting checked SQLExceptions into unchecked
DataAccessExceptions, following the org.springframework.dao exception hierarchy. |
SqlSessionUtils | Note: This class does not translate PersistenceException to DataSourceException since MyBatis now uses runtime exceptions. |
Exception Summary | |
---|---|
MyBatisSystemException | MyBatis specific subclass of UncategorizedDataAccessException, for MyBatis system errors that do
not match any concrete org.springframework.dao exceptions. |
Contains core classes to build the MyBatis integration with Spring3.X.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |