Groovy Documentation

griffon.plugins.neodatis
[Java] Interface NeodatisProvider


public interface NeodatisProvider

Authors:
Andres Almiray


Method Summary
Object withOdb(Closure closure)

Object withOdb(String databaseName, Closure closure)

Object withOdb(CallableWithArgs callable)

Object withOdb(String databaseName, CallableWithArgs callable)

 

Method Detail

withOdb

public Object withOdb(Closure closure)


withOdb

public Object withOdb(String databaseName, Closure closure)


withOdb

public Object withOdb(CallableWithArgs callable)


withOdb

public Object withOdb(String databaseName, CallableWithArgs callable)


 

Groovy Documentation