Groovy Documentation

griffon.plugins.hypergraphdb
[Java] Interface HypergraphdbProvider


public interface HypergraphdbProvider

Authors:
Andres Almiray


Method Summary
Object withHyperGraph(Closure closure)

Object withHyperGraph(String databaseName, Closure closure)

Object withHyperGraph(CallableWithArgs callable)

Object withHyperGraph(String databaseName, CallableWithArgs callable)

 

Method Detail

withHyperGraph

public Object withHyperGraph(Closure closure)


withHyperGraph

public Object withHyperGraph(String databaseName, Closure closure)


withHyperGraph

public Object withHyperGraph(CallableWithArgs callable)


withHyperGraph

public Object withHyperGraph(String databaseName, CallableWithArgs callable)


 

Groovy Documentation