Groovy Documentation

griffon.plugins.activejdbc
[Java] Interface ActivejdbcProvider


public interface ActivejdbcProvider

Authors:
Andres Almiray


Method Summary
Object withActivejdbc(Closure closure)

Object withActivejdbc(String dataSourceName, Closure closure)

Object withActivejdbc(CallableWithArgs callable)

Object withActivejdbc(String dataSourceName, CallableWithArgs callable)

 

Method Detail

withActivejdbc

public Object withActivejdbc(Closure closure)


withActivejdbc

public Object withActivejdbc(String dataSourceName, Closure closure)


withActivejdbc

public Object withActivejdbc(CallableWithArgs callable)


withActivejdbc

public Object withActivejdbc(String dataSourceName, CallableWithArgs callable)


 

Groovy Documentation