|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.activejdbc.AbstractActivejdbcProvider
public abstract class AbstractActivejdbcProvider extends Object
| 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 |
|---|
private static final String DEFAULT
private static final org.slf4j.Logger LOG
| Constructor Detail |
|---|
AbstractActivejdbcProvider()
| Method Detail |
|---|
public R withActivejdbc(Closure closure)
public R withActivejdbc(String dataSourceName, Closure closure)
public R withActivejdbc(CallableWithArgs callable)
public R withActivejdbc(String dataSourceName, CallableWithArgs callable)
Groovy Documentation