Package org.mybatis.spring

Contains core classes to build the MyBatis integration with Spring3.X.

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.
 

Package org.mybatis.spring Description

Contains core classes to build the MyBatis integration with Spring3.X.

Version:
$Id: package-info.java 2300 2010-08-12 06:07:10Z simone.tripodi $


Copyright © 2010 MyBatis.org. All Rights Reserved.