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