Package io.ebeaninternal.dbmigration
package io.ebeaninternal.dbmigration
Generation DDL migration scripts based on changes to the model.
You can use DefaultDbMigration to compare the entity bean model to its prior state
and generate DDL for the differences - adding tables, columns etc.
-
ClassDescriptionControls the generation and execution of "Create All" and "Drop All" DDL scripts.Generates DB Migration xml and sql scripts.Detect existence of JAXBException when db migration resource path does not exist.