|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.neodatis.NeodatisContributionAdapter
public class NeodatisContributionAdapter extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private NeodatisProvider |
provider
|
| Constructor Summary | |
NeodatisContributionAdapter()
|
|
| Method Summary | |
|---|---|
NeodatisProvider
|
getNeodatisProvider()
|
void
|
setNeodatisProvider(NeodatisProvider provider)
|
R
|
withOdb(Closure closure)
|
R
|
withOdb(String databaseName, Closure closure)
|
R
|
withOdb(CallableWithArgs callable)
|
R
|
withOdb(String databaseName, CallableWithArgs callable)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final String DEFAULT
private NeodatisProvider provider
| Constructor Detail |
|---|
NeodatisContributionAdapter()
| Method Detail |
|---|
public NeodatisProvider getNeodatisProvider()
public void setNeodatisProvider(NeodatisProvider provider)
public R withOdb(Closure closure)
public R withOdb(String databaseName, Closure closure)
public R withOdb(CallableWithArgs callable)
public R withOdb(String databaseName, CallableWithArgs callable)
Groovy Documentation