Uses of Class
io.ebean.config.DatabaseConfig
Package
Description
Server Cache Service
Configuration settings for Database construction
Persist and Query Event Controllers and Listeners
Provides a API for plugins.
-
Uses of DatabaseConfig in io.ebean
Modifier and TypeMethodDescriptionstatic Database
DatabaseFactory.create
(DatabaseConfig config) Create using the DatabaseConfig object to configure the database.static Database
DatabaseFactory.createWithContextClassLoader
(DatabaseConfig config, ClassLoader classLoader) Create using the DatabaseConfig additionally specifying a classLoader to use as the context class loader. -
Uses of DatabaseConfig in io.ebean.cache
Modifier and TypeMethodDescriptionServerCacheNotifyPlugin.create
(DatabaseConfig config) Create a ServerCacheNotify implementation given the server configuration.ServerCachePlugin.create
(DatabaseConfig config, BackgroundExecutor executor) Create the ServerCacheFactory given the server config and background executor service. -
Uses of DatabaseConfig in io.ebean.config
Modifier and TypeMethodDescriptionvoid
DatabaseConfigProvider.apply
(DatabaseConfig config) Apply the configuration to the DatabaseConfig.void
AutoConfigure.postConfigure
(DatabaseConfig config) Provide some configuration the DatabaseConfig prior to server creation but after properties have been applied.void
AutoConfigure.preConfigure
(DatabaseConfig config) Perform configuration for the DatabaseConfig prior to properties load. -
Uses of DatabaseConfig in io.ebean.event
Modifier and TypeMethodDescriptionvoid
ServerConfigStartup.onStart
(DatabaseConfig config) On starting configure the DatabaseConfig. -
Uses of DatabaseConfig in io.ebean.plugin
-
Uses of DatabaseConfig in io.ebean.service
Modifier and TypeMethodDescriptionSpiContainer.createServer
(DatabaseConfig configuration) Create the EbeanServer for a given configuration.