Uses of Class
org.mybatis.spring.SqlSessionTemplate

Packages that use SqlSessionTemplate
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. 
 

Uses of SqlSessionTemplate in org.mybatis.spring.mapper
 

Methods in org.mybatis.spring.mapper with parameters of type SqlSessionTemplate
 void MapperScannerConfigurer.setSqlSessionTemplate(SqlSessionTemplate sqlSessionTemplate)
           
 

Uses of SqlSessionTemplate in org.mybatis.spring.support
 

Methods in org.mybatis.spring.support with parameters of type SqlSessionTemplate
 void SqlSessionDaoSupport.setSqlSessionTemplate(SqlSessionTemplate sqlSessionTemplate)
           
 



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