Groovy Documentation

griffon.plugins.ebean
[Java] Class AbstractEbeanProvider

java.lang.Object
  griffon.plugins.ebean.AbstractEbeanProvider
All Implemented Interfaces:
EbeanProvider

public abstract class AbstractEbeanProvider
extends Object

Authors:
Andres Almiray


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

DEFAULT

private static final String DEFAULT


LOG

private static final org.slf4j.Logger LOG


 
Constructor Detail

AbstractEbeanProvider

AbstractEbeanProvider()


 
Method Detail

getEbeanServer

protected com.avaje.ebean.EbeanServer getEbeanServer(String ebeanServerName)


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