| Package | Description |
|---|---|
| io.ebean.config |
Configuration settings for EbeanServer construction
|
| Modifier and Type | Method and Description |
|---|---|
ClassLoadConfig |
ServerConfig.getClassLoadConfig()
Return the ClassLoadConfig which is used to detect Joda, Java8 types etc and also
create new instances of plugins given a className.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.setClassLoadConfig(ClassLoadConfig classLoadConfig)
Set the ClassLoadConfig which is used to detect Joda, Java8 types etc and also
create new instances of plugins given a className.
|
| Constructor and Description |
|---|
PropertiesWrapper(Properties properties,
ClassLoadConfig classLoadConfig)
Construct without prefix of serverName.
|
PropertiesWrapper(String prefix,
String serverName,
Properties properties,
ClassLoadConfig classLoadConfig)
Construct with a prefix, serverName and properties.
|
Copyright © 2019. All rights reserved.