|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.mybatis.MybatisContributionAdapter
public class MybatisContributionAdapter extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private MybatisProvider |
provider
|
| Constructor Summary | |
MybatisContributionAdapter()
|
|
| 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)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final String DEFAULT
private MybatisProvider provider
| Constructor Detail |
|---|
MybatisContributionAdapter()
| 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