Package org.mybatis.spring

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

See:
          Description

Class Summary
MyBatisExceptionTranslator Default exception translator.
SqlSessionFactoryBean FactoryBean that creates an MyBatis SqlSessionFactory.
SqlSessionHolder Used to keep current SqlSession in TransactionSynchronizationManager.
SqlSessionTemplate Thread safe, Spring managed, SqlSession that works with Spring transaction management to ensure that that the actual SqlSession used is the one associated with the current Spring transaction.
SqlSessionUtils Handles MyBatis SqlSession life cycle.
 

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-2011 MyBatis.org. All Rights Reserved.