|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface MybatisProvider
| Method Summary | |
|---|---|
R
|
withSqlSession(Closure closure)
|
R
|
withSqlSession(String sessionFactoryName, Closure closure)
|
R
|
withSqlSession(CallableWithArgs callable)
|
R
|
withSqlSession(String sessionFactoryName, CallableWithArgs callable)
|
| Method Detail |
|---|
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