Groovy Documentation

griffon.plugins.neodatis
[Java] Class NeodatisContributionAdapter

java.lang.Object
  griffon.plugins.neodatis.NeodatisContributionAdapter
All Implemented Interfaces:
NeodatisContributionHandler

public class NeodatisContributionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private NeodatisProvider provider

 
Constructor Summary
NeodatisContributionAdapter()

 
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)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

DEFAULT

private static final String DEFAULT


provider

private NeodatisProvider provider


 
Constructor Detail

NeodatisContributionAdapter

NeodatisContributionAdapter()


 
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