|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
SqlSessionTemplate.execute(SqlSessionCallback<T> action)
Execute the given data access action with the proper SqlSession (got from current transaction or a new one) |
|
|
SqlSessionTemplate.execute(SqlSessionCallback<T> action,
org.apache.ibatis.session.ExecutorType executorType)
Execute the given data access action on a Executor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |