Uses of Class
io.ebean.config.ServerConfig
-
Packages that use ServerConfig Package Description io.ebean io.ebean.config Configuration settings for Database construction -
-
Uses of ServerConfig in io.ebean
Methods in io.ebean with parameters of type ServerConfig Modifier and Type Method Description static EbeanServer
EbeanServerFactory. create(ServerConfig config)
Deprecated.Create using the ServerConfig object to configure the database.static EbeanServer
EbeanServerFactory. createWithContextClassLoader(ServerConfig config, ClassLoader classLoader)
Deprecated.Create using the ServerConfig additionally specifying a classLoader to use as the context class loader. -
Uses of ServerConfig in io.ebean.config
Methods in io.ebean.config with parameters of type ServerConfig Modifier and Type Method Description void
ServerConfigProvider. apply(ServerConfig config)
Deprecated.Apply the configuration to the ServerConfig.
-