public class EbeanPlugin extends Plugin
Constructor and Description |
---|
EbeanPlugin(Application application) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
defaultServer() |
static java.lang.String |
generateEvolutionScript(com.avaje.ebean.EbeanServer server,
com.avaje.ebean.config.ServerConfig config)
Helper method that generates the required evolution to properly run Ebean.
|
void |
onStart()
Reads the configuration file and initialises required Ebean servers.
|
public EbeanPlugin(Application application)
public java.lang.String defaultServer()
public void onStart()
public static java.lang.String generateEvolutionScript(com.avaje.ebean.EbeanServer server, com.avaje.ebean.config.ServerConfig config)