Groovy Documentation

griffon.plugins.neodatis
[Java] Interface NeodatisProvider


public interface NeodatisProvider

Authors:
Andres Almiray


Method Summary
R withOdb(Closure closure)

R withOdb(String databaseName, Closure closure)

R withOdb(CallableWithArgs callable)

R withOdb(String databaseName, CallableWithArgs callable)

 

Method Detail

withOdb

public R withOdb(Closure closure)


withOdb

public R withOdb(String databaseName, Closure closure)


withOdb

public R withOdb(CallableWithArgs callable)


withOdb

public R withOdb(String databaseName, CallableWithArgs callable)


 

Groovy Documentation