See: Description
| Class | Description |
|---|---|
| DbMigration |
Generates DB Migration xml and sql scripts.
|
| DbMigration.Pair |
Holds a platform and prefix.
|
| DbOffline |
Helper to indicate that an EbeanServer should come up offline
typically for DDL generation purposes.
|
| DdlGenerator |
Controls the generation and execution of "Create All" and "Drop All" DDL scripts.
|
You can use DbMigration to compare the entity bean model to its prior state
and generate DDL for the differences - adding tables, columns etc.
Copyright © 2016. All rights reserved.