Uses of Interface
org.mybatis.spring.SqlSessionOperations

Packages that use SqlSessionOperations
org.mybatis.spring Contains core classes to build the MyBatis integration with Spring3.X. 
 

Uses of SqlSessionOperations in org.mybatis.spring
 

Classes in org.mybatis.spring that implement SqlSessionOperations
 class 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.
 



Copyright © 2010 MyBatis.org. All Rights Reserved.