Groovy Documentation

griffon.plugins.db4o
[Java] Class AbstractDb4oProvider

java.lang.Object
  griffon.plugins.db4o.AbstractDb4oProvider
All Implemented Interfaces:
Db4oProvider

public abstract class AbstractDb4oProvider
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private static org.slf4j.Logger LOG

 
Constructor Summary
AbstractDb4oProvider()

 
Method Summary
protected com.db4o.ObjectContainer getObjectContainer(String dataSourceName)

R withDb4o(Closure closure)

R withDb4o(String dataSourceName, Closure closure)

R withDb4o(CallableWithArgs callable)

R withDb4o(String dataSourceName, 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

AbstractDb4oProvider

AbstractDb4oProvider()


 
Method Detail

getObjectContainer

protected com.db4o.ObjectContainer getObjectContainer(String dataSourceName)


withDb4o

public R withDb4o(Closure closure)


withDb4o

public R withDb4o(String dataSourceName, Closure closure)


withDb4o

public R withDb4o(CallableWithArgs callable)


withDb4o

public R withDb4o(String dataSourceName, CallableWithArgs callable)


 

Groovy Documentation