Uses of Interface
org.mybatis.spring.SqlSessionCallback

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

Uses of SqlSessionCallback in org.mybatis.spring
 

Methods in org.mybatis.spring with parameters of type SqlSessionCallback
<T> T
SqlSessionTemplate.execute(SqlSessionCallback<T> action)
          Execute the given data access action with the proper SqlSession (got from current transaction or a new one)
<T> T
SqlSessionTemplate.execute(SqlSessionCallback<T> action, org.apache.ibatis.session.ExecutorType executorType)
          Execute the given data access action on a Executor.
 



Copyright © 2010 MyBatis.org. All Rights Reserved.