Groovy Documentation

griffon.plugins.activejdbc
[Java] Class ActivejdbcContributionAdapter

java.lang.Object
  griffon.plugins.activejdbc.ActivejdbcContributionAdapter
All Implemented Interfaces:
ActivejdbcContributionHandler

public class ActivejdbcContributionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private ActivejdbcProvider provider

 
Constructor Summary
ActivejdbcContributionAdapter()

 
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)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

DEFAULT

private static final String DEFAULT


provider

private ActivejdbcProvider provider


 
Constructor Detail

ActivejdbcContributionAdapter

ActivejdbcContributionAdapter()


 
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