Uses of Package
org.mybatis.spring

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

Classes in org.mybatis.spring used by org.mybatis.spring
SqlSessionCallback
          Callback interface for data access code that works with the MyBatis Executor interface.
SqlSessionOperations
          Interface that specifies a basic set of MyBatis SqlSession operations, implemented by SqlSessionTemplate.
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.
 

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