Groovy Documentation

griffon.plugins.ebean
[Java] Interface EbeanProvider


public interface EbeanProvider

Authors:
Andres Almiray


Method Summary
R withEbean(Closure closure)

R withEbean(String ebeanServerName, Closure closure)

R withEbean(CallableWithArgs callable)

R withEbean(String ebeanServerName, CallableWithArgs callable)

 

Method Detail

withEbean

public R withEbean(Closure closure)


withEbean

public R withEbean(String ebeanServerName, Closure closure)


withEbean

public R withEbean(CallableWithArgs callable)


withEbean

public R withEbean(String ebeanServerName, CallableWithArgs callable)


 

Groovy Documentation