Uses of Package
org.mybatis.spring

Packages that use org.mybatis.spring
org.mybatis.spring.batch Contains classes to facilitate the migration in Spring-Batch applications. 
org.mybatis.spring.mapper Contains classes for automatically building MyBatis mapper proxy classes at application startup. 
org.mybatis.spring.support Contains Spring3.X support classes for MyBatis. 
 

Classes in org.mybatis.spring used by org.mybatis.spring.batch
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.
 

Classes in org.mybatis.spring used by org.mybatis.spring.mapper
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.
 

Classes in org.mybatis.spring used by org.mybatis.spring.support
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.
 



Copyright © 2010-2013 MyBatis.org. All Rights Reserved.