Groovy Documentation

griffon.plugins.db4o
[Java] Interface Db4oProvider


public interface Db4oProvider

Authors:
Andres Almiray


Method Summary
R withDb4o(Closure closure)

R withDb4o(String dataSourceName, Closure closure)

R withDb4o(CallableWithArgs callable)

R withDb4o(String dataSourceName, CallableWithArgs callable)

 

Method Detail

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