Uses of Interface
io.ebean.event.ServerConfigStartup
Packages that use ServerConfigStartup
- 
Uses of ServerConfigStartup in io.ebean.config
Methods in io.ebean.config that return types with arguments of type ServerConfigStartupModifier and TypeMethodDescriptionDatabaseConfig.getServerConfigStartupListeners()Return the list of ServerConfigStartup instances.Methods in io.ebean.config with parameters of type ServerConfigStartupModifier and TypeMethodDescriptionvoidDatabaseConfig.addServerConfigStartup(ServerConfigStartup configStartupListener) Add a ServerConfigStartup.