io.ebeaninternal.dbmigration.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ebean-ddlgen Show documentation
Show all versions of ebean-ddlgen Show documentation
DDL and DB Migration generation
/**
* 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.
*
*/
package io.ebeaninternal.dbmigration;