Groovy Documentation

griffon.plugins.activejdbc
[Java] Class AbstractActivejdbcProvider

java.lang.Object
  griffon.plugins.activejdbc.AbstractActivejdbcProvider
All Implemented Interfaces:
ActivejdbcProvider

public abstract class AbstractActivejdbcProvider
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private static org.slf4j.Logger LOG

 
Constructor Summary
AbstractActivejdbcProvider()

 
Method Summary
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


LOG

private static final org.slf4j.Logger LOG


 
Constructor Detail

AbstractActivejdbcProvider

AbstractActivejdbcProvider()


 
Method Detail

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