|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface OrientdbProvider
| Method Summary | |
|---|---|
R
|
withOrientdb(Closure closure)
|
R
|
withOrientdb(String databaseName, Closure closure)
|
R
|
withOrientdb(CallableWithArgs callable)
|
R
|
withOrientdb(String databaseName, CallableWithArgs callable)
|
| Method Detail |
|---|
public R withOrientdb(Closure closure)
public R withOrientdb(String databaseName, Closure closure)
public R withOrientdb(CallableWithArgs callable)
public R withOrientdb(String databaseName, CallableWithArgs callable)
Groovy Documentation