Groovy Documentation

griffon.plugins.orientdb
[Java] Class AbstractOrientdbProvider

java.lang.Object
  griffon.plugins.orientdb.AbstractOrientdbProvider
All Implemented Interfaces:
OrientdbProvider

public abstract class AbstractOrientdbProvider
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private static org.slf4j.Logger LOG

 
Constructor Summary
AbstractOrientdbProvider()

 
Method Summary
protected com.orientechnologies.orient.core.db.ODatabase getDatabase(String databaseName)

R withOrientdb(Closure closure)

R withOrientdb(String databaseName, Closure closure)

R withOrientdb(CallableWithArgs callable)

R withOrientdb(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

AbstractOrientdbProvider

AbstractOrientdbProvider()


 
Method Detail

getDatabase

protected com.orientechnologies.orient.core.db.ODatabase getDatabase(String databaseName)


withOrientdb

public R withOrientdb(Closure closure)


withOrientdb

public R withOrientdb(String databaseName, Closure closure)


withOrientdb

public R withOrientdb(CallableWithArgs callable)


withOrientdb

public R withOrientdb(String databaseName, CallableWithArgs callable)


 

Groovy Documentation