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 Show documentation
Show all versions of ebean Show documentation
composite of common runtime dependencies for all platforms
/**
* 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;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy