|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.db4o.Db4oContributionAdapter
public class Db4oContributionAdapter extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private Db4oProvider |
provider
|
| Constructor Summary | |
Db4oContributionAdapter()
|
|
| Method Summary | |
|---|---|
Db4oProvider
|
getDb4oProvider()
|
void
|
setDb4oProvider(Db4oProvider provider)
|
R
|
withDb4o(Closure closure)
|
R
|
withDb4o(String dataSourceName, Closure closure)
|
R
|
withDb4o(CallableWithArgs callable)
|
R
|
withDb4o(String dataSourceName, CallableWithArgs callable)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final String DEFAULT
private Db4oProvider provider
| Constructor Detail |
|---|
Db4oContributionAdapter()
| Method Detail |
|---|
public Db4oProvider getDb4oProvider()
public void setDb4oProvider(Db4oProvider provider)
public R withDb4o(Closure closure)
public R withDb4o(String dataSourceName, Closure closure)
public R withDb4o(CallableWithArgs callable)
public R withDb4o(String dataSourceName, CallableWithArgs callable)
Groovy Documentation