Uses of Class
io.ebean.config.ServerConfig
Packages that use ServerConfig
Package
Description
Configuration settings for Database construction
-
Uses of ServerConfig in io.ebean
Methods in io.ebean with parameters of type ServerConfigModifier and TypeMethodDescriptionstatic EbeanServerEbeanServerFactory.create(ServerConfig config) Deprecated.Create using the ServerConfig object to configure the database.static EbeanServerEbeanServerFactory.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 ServerConfigModifier and TypeMethodDescriptionvoidServerConfigProvider.apply(ServerConfig config) Deprecated.Apply the configuration to the ServerConfig.