Groovy Documentation

griffon.plugins.neodatis
[Java] Interface NeodatisContributionHandler


public interface NeodatisContributionHandler

Authors:
Andres Almiray


Method Summary
NeodatisProvider getNeodatisProvider()

void setNeodatisProvider(NeodatisProvider provider)

R withOdb(Closure closure)

R withOdb(String databaseName, Closure closure)

R withOdb(CallableWithArgs callable)

R withOdb(String databaseName, CallableWithArgs callable)

 

Method Detail

getNeodatisProvider

public NeodatisProvider getNeodatisProvider()


setNeodatisProvider

public void setNeodatisProvider(NeodatisProvider provider)


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