| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| Modifier and Type | Method and Description |
|---|---|
PropertiesWrapper |
PropertiesWrapper.withPrefix(String prefix)
Return a PropertiesWrapper instance with a different prefix but same underlying properties.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
ServerConfig.createInstance(PropertiesWrapper properties,
Class<T> pluginType,
String key,
T instance)
Return the instance to use (can be null) for the given plugin.
|
protected void |
ServerConfig.loadAutoTuneSettings(PropertiesWrapper p)
This is broken out to allow overridden behaviour.
|
protected void |
ServerConfig.loadDataSourceSettings(PropertiesWrapper p)
loads the data source settings to preserve existing behaviour.
|
protected void |
ServerConfig.loadDocStoreSettings(PropertiesWrapper p)
This is broken out to allow overridden behaviour.
|
void |
AbstractNamingConvention.loadFromProperties(PropertiesWrapper properties)
Load settings from properties.
|
void |
NamingConvention.loadFromProperties(PropertiesWrapper properties)
Load setting from properties.
|
void |
AutoTuneConfig.loadSettings(PropertiesWrapper p)
Load the settings from the properties file.
|
protected void |
ServerConfig.loadSettings(PropertiesWrapper p)
Load the configuration settings from the properties file.
|
void |
DocStoreConfig.loadSettings(PropertiesWrapper properties)
Load settings specified in properties files.
|
void |
DbMigrationConfig.loadSettings(PropertiesWrapper properties,
String serverName)
Load the settings from the PropertiesWrapper.
|
Copyright © 2016. All rights reserved.