| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GlobalProperties.DelegatedGlobalPropertySource |
| Modifier and Type | Method and Description |
|---|---|
GlobalProperties.PropertySource |
ServerConfig.getPropertySource()
Return a PropertySource for this server.
|
static GlobalProperties.PropertySource |
GlobalProperties.getPropertySource(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServerConfig.loadAutofetchConfig(GlobalProperties.PropertySource p)
This is broken out for the same reason as above - preserve existing behaviour but let it be overridden.
|
protected void |
ServerConfig.loadDataSourceSettings(GlobalProperties.PropertySource p)
loads the data source settings to preserve existing behaviour.
|
protected void |
ServerConfig.loadSettings(GlobalProperties.PropertySource p)
Load the configuration settings from the properties file.
|
void |
AutofetchConfig.loadSettings(GlobalProperties.PropertySource p)
Load the settings from the properties file.
|
void |
DataSourceConfig.loadSettingsCustomPrefix(String prefix,
GlobalProperties.PropertySource properties)
Load the settings from ebean.properties.
|
Copyright © 2014. All Rights Reserved.