| Package | Description |
|---|---|
| io.ebean.config |
Configuration settings for EbeanServer construction
|
| io.ebean.config.dbplatform |
Database platform specific support
|
| Modifier and Type | Method and Description |
|---|---|
PlatformConfig |
ServerConfig.getPlatformConfig()
Return the configuration for DB types (such as UUID and custom mappings).
|
PlatformConfig |
ServerConfig.newPlatformConfig(String propertiesPath,
String platformPrefix)
Create a new PlatformConfig based of the one held but with overridden properties by reading
properties with the given path and prefix.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.setPlatformConfig(PlatformConfig platformConfig)
Set the configuration for DB platform (such as UUID and custom mappings).
|
| Constructor and Description |
|---|
PlatformConfig(PlatformConfig platformConfig)
Construct based on given config - typically for DbMigration generation with many platforms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabasePlatform.configure(PlatformConfig config)
Configure the platform given the server configuration.
|
Copyright © 2019. All rights reserved.