|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.hibernate3.AbstractJdbiProvider
public abstract class AbstractJdbiProvider
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private static org.slf4j.Logger |
LOG
|
| Constructor Summary | |
AbstractJdbiProvider()
|
|
| Method Summary | |
|---|---|
protected org.skife.jdbi.v2.DBI
|
getJdbi(String dataSourceName)
|
R
|
withJdbi(Closure closure)
|
R
|
withJdbi(String dataSourceName, Closure closure)
|
R
|
withJdbi(CallableWithArgs callable)
|
R
|
withJdbi(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 |
|---|
AbstractJdbiProvider()
| Method Detail |
|---|
protected org.skife.jdbi.v2.DBI getJdbi(String dataSourceName)
public R withJdbi(Closure closure)
public R withJdbi(String dataSourceName, Closure closure)
public R withJdbi(CallableWithArgs callable)
public R withJdbi(String dataSourceName, CallableWithArgs callable)
Groovy Documentation