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