|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface MybatisContributionHandler
| Method Summary | |
|---|---|
MybatisProvider
|
getMybatisProvider()
|
void
|
setMybatisProvider(MybatisProvider provider)
|
R
|
withSqlSession(Closure closure)
|
R
|
withSqlSession(String sessionFactoryName, Closure closure)
|
R
|
withSqlSession(CallableWithArgs callable)
|
R
|
withSqlSession(String sessionFactoryName, CallableWithArgs callable)
|
| Method Detail |
|---|
public MybatisProvider getMybatisProvider()
public void setMybatisProvider(MybatisProvider provider)
public R withSqlSession(Closure closure)
public R withSqlSession(String sessionFactoryName, Closure closure)
public R withSqlSession(CallableWithArgs callable)
public R withSqlSession(String sessionFactoryName, CallableWithArgs callable)
Groovy Documentation