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.
-
Class Summary Class Description DdlGenerator Controls the generation and execution of "Create All" and "Drop All" DDL scripts.DdlGeneratorProvider DefaultDbMigration Generates DB Migration xml and sql scripts.Detect Detect existence of JAXB -
Exception Summary Exception Description UnknownResourcePathException Exception when db migration resource path does not exist.