| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| com.avaje.ebean.dbmigration |
Generation DDL migration scripts based on changes to the model.
|
| Modifier and Type | Method and Description |
|---|---|
DbConstraintNaming |
ServerConfig.getConstraintNaming()
Return the constraint naming convention used in DDL generation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.setConstraintNaming(DbConstraintNaming constraintNaming)
Set the constraint naming convention used in DDL generation.
|
| Modifier and Type | Field and Description |
|---|---|
protected DbConstraintNaming |
DbMigration.constraintNaming |
Copyright © 2016. All rights reserved.