|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface EbeanProvider
| Method Summary | |
|---|---|
R
|
withEbean(Closure closure)
|
R
|
withEbean(String ebeanServerName, Closure closure)
|
R
|
withEbean(CallableWithArgs callable)
|
R
|
withEbean(String ebeanServerName, CallableWithArgs callable)
|
| Method Detail |
|---|
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