Groovy Documentation

griffon.plugins.activejdbc
[Java] Interface ActivejdbcContributionHandler


public interface ActivejdbcContributionHandler

Authors:
Andres Almiray


Method Summary
ActivejdbcProvider getActivejdbcProvider()

void setActivejdbcProvider(ActivejdbcProvider provider)

R withActivejdbc(Closure closure)

R withActivejdbc(String dataSourceName, Closure closure)

R withActivejdbc(CallableWithArgs callable)

R withActivejdbc(String dataSourceName, CallableWithArgs callable)

 

Method Detail

getActivejdbcProvider

public ActivejdbcProvider getActivejdbcProvider()


setActivejdbcProvider

public void setActivejdbcProvider(ActivejdbcProvider provider)


withActivejdbc

public R withActivejdbc(Closure closure)


withActivejdbc

public R withActivejdbc(String dataSourceName, Closure closure)


withActivejdbc

public R withActivejdbc(CallableWithArgs callable)


withActivejdbc

public R withActivejdbc(String dataSourceName, CallableWithArgs callable)


 

Groovy Documentation