Package org.mybatis.spring
package org.mybatis.spring
Contains core classes to build the MyBatis integration with Spring3.X.
-
ClassDescriptionDefault exception translator.MyBatis specific subclass of
UncategorizedDataAccessException, for MyBatis system errors that do not match any concreteorg.springframework.daoexceptions.FactoryBeanthat creates a MyBatisSqlSessionFactory.Used to keep currentSqlSessioninTransactionSynchronizationManager.Thread safe, Spring managed,SqlSessionthat works with Spring transaction management to ensure that the actual SqlSession used is the one associated with the current Spring transaction.Handles MyBatis SqlSession life cycle.