Groovy Documentation

griffon.plugins.db4o
[Java] Class Db4oContributionAdapter

java.lang.Object
  griffon.plugins.db4o.Db4oContributionAdapter
All Implemented Interfaces:
Db4oContributionHandler

public class Db4oContributionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private Db4oProvider provider

 
Constructor Summary
Db4oContributionAdapter()

 
Method Summary
Db4oProvider getDb4oProvider()

void setDb4oProvider(Db4oProvider provider)

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


provider

private Db4oProvider provider


 
Constructor Detail

Db4oContributionAdapter

Db4oContributionAdapter()


 
Method Detail

getDb4oProvider

public Db4oProvider getDb4oProvider()


setDb4oProvider

public void setDb4oProvider(Db4oProvider provider)


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