|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.ebean.AbstractEbeanProvider
public abstract class AbstractEbeanProvider extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private static org.slf4j.Logger |
LOG
|
| Constructor Summary | |
AbstractEbeanProvider()
|
|
| Method Summary | |
|---|---|
protected com.avaje.ebean.EbeanServer
|
getEbeanServer(String ebeanServerName)
|
R
|
withEbean(Closure closure)
|
R
|
withEbean(String ebeanServerName, Closure closure)
|
R
|
withEbean(CallableWithArgs callable)
|
R
|
withEbean(String ebeanServerName, 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 |
|---|
AbstractEbeanProvider()
| Method Detail |
|---|
protected com.avaje.ebean.EbeanServer getEbeanServer(String ebeanServerName)
public R withEbean(Closure closure)
public R withEbean(String ebeanServerName, Closure closure)
public R withEbean(CallableWithArgs callable)
public R withEbean(String ebeanServerName, CallableWithArgs callable)
Groovy Documentation