|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.hibernate3.JdbiContributionAdapter
public class JdbiContributionAdapter
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private JdbiProvider |
provider
|
| Constructor Summary | |
JdbiContributionAdapter()
|
|
| Method Summary | |
|---|---|
JdbiProvider
|
getJdbiProvider()
|
void
|
setJdbiProvider(JdbiProvider provider)
|
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 JdbiProvider provider
| Constructor Detail |
|---|
JdbiContributionAdapter()
| Method Detail |
|---|
public JdbiProvider getJdbiProvider()
public void setJdbiProvider(JdbiProvider provider)
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