| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| com.avaje.ebean.config.dbplatform |
Database platform specific support
|
| com.avaje.ebean.dbmigration |
Generation DDL migration scripts based on changes to the model.
|
| Modifier and Type | Field and Description |
|---|---|
protected DbPlatformName |
DbMigrationConfig.platform
The database platform to generate migration DDL for.
|
| Modifier and Type | Method and Description |
|---|---|
DbPlatformName |
DbMigrationConfig.getPlatform()
Return the DB platform to generate migration DDL for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DbMigrationConfig.setPlatform(DbPlatformName platform)
Set the DB platform to generate migration DDL for.
|
| Modifier and Type | Method and Description |
|---|---|
static DbPlatformName |
DbPlatformName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbPlatformName[] |
DbPlatformName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DbMigration.addPlatform(DbPlatformName platform,
String prefix)
Add an additional platform to write the migration DDL.
|
protected DatabasePlatform |
DbMigration.getPlatform(DbPlatformName platform)
Return the DatabasePlatform given the platform key.
|
void |
DbMigration.setPlatform(DbPlatformName platform)
Set the specific platform to generate DDL for.
|
static void |
DbOffline.setPlatform(DbPlatformName dbPlatform)
Set the platform to use when creating the next EbeanServer instance.
|
Copyright © 2016. All rights reserved.