public interface SpiEbeanPlugin
| Modifier and Type | Method and Description |
|---|---|
void |
execute(boolean online) |
void |
setup(SpiEbeanServer server,
DatabasePlatform dbPlatform,
ServerConfig serverConfig)
initializes the plugin.
|
void setup(SpiEbeanServer server, DatabasePlatform dbPlatform, ServerConfig serverConfig)
server - - the ebean server with extensions for all of the Ebean internalsdbPlatform - - the database we are using - this is available from the server, but it is provided for convenienceserverConfig - - the configured server information. It allows access to pre-collected information (but not the collector PropertySource, yet)void execute(boolean online)
Copyright © 2014. All Rights Reserved.