Groovy Documentation

griffon.plugins.neodatis
[Java] Class AbstractNeodatisProvider

java.lang.Object
  griffon.plugins.neodatis.AbstractNeodatisProvider
All Implemented Interfaces:
NeodatisProvider

public abstract class AbstractNeodatisProvider
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private static org.slf4j.Logger LOG

 
Constructor Summary
AbstractNeodatisProvider()

 
Method Summary
protected org.neodatis.odb.ODB getDatabase(String databaseName)

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


LOG

private static final org.slf4j.Logger LOG


 
Constructor Detail

AbstractNeodatisProvider

AbstractNeodatisProvider()


 
Method Detail

getDatabase

protected org.neodatis.odb.ODB getDatabase(String databaseName)


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