| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| com.avaje.ebean.config.dbplatform |
Database platform specific support
|
| Modifier and Type | Method and Description |
|---|---|
ServerConfig.DbUuid |
ServerConfig.getDbUuid()
Return the DB type used to store UUID.
|
static ServerConfig.DbUuid |
ServerConfig.DbUuid.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerConfig.DbUuid[] |
ServerConfig.DbUuid.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.setDbUuid(ServerConfig.DbUuid dbUuid)
Set the DB type used to store UUID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DbTypeMap.config(boolean nativeUuidType,
ServerConfig.DbUuid dbUuid)
Map the UUID appropriately based on native DB support and ServerConfig.DbUuid.
|
Copyright © 2016. All rights reserved.