Uses of Class
com.avaje.ebean.config.ServerConfig

Packages that use ServerConfig
com.avaje.ebean Core API (see Ebean and EbeanServer). 
com.avaje.ebean.common Common non-public interfaces and implementation. 
com.avaje.ebean.event Persist and Query Event Controllers and Listeners 
 

Uses of ServerConfig in com.avaje.ebean
 

Methods in com.avaje.ebean with parameters of type ServerConfig
static EbeanServer EbeanServerFactory.create(ServerConfig config)
          Create using the ServerConfig object to configure the server.
 

Uses of ServerConfig in com.avaje.ebean.common
 

Methods in com.avaje.ebean.common with parameters of type ServerConfig
 EbeanServer BootupEbeanManager.createServer(ServerConfig configuration)
          Create the EbeanServer for a given configuration.
 

Uses of ServerConfig in com.avaje.ebean.event
 

Methods in com.avaje.ebean.event with parameters of type ServerConfig
 void ServerConfigStartup.onStart(ServerConfig serverConfig)
          On starting configure the ServerConfig.
 



Copyright © 2012. All Rights Reserved.