Uses of Package
io.ebeaninternal.dbmigration.model
-
Classes in io.ebeaninternal.dbmigration.model used by io.ebeaninternal.dbmigration.ddlgeneration Class Description MConfiguration Holds configuration such as the default tablespace to use for tables, indexes, history tables etc.ModelContainer Holds all the tables, views, indexes etc that represent the model.MTable Holds the logical model for a given Table and everything associated to it. -
Classes in io.ebeaninternal.dbmigration.model used by io.ebeaninternal.dbmigration.ddlgeneration.platform Class Description MConfiguration Holds configuration such as the default tablespace to use for tables, indexes, history tables etc.MTable Holds the logical model for a given Table and everything associated to it. -
Classes in io.ebeaninternal.dbmigration.model used by io.ebeaninternal.dbmigration.model Class Description MColumn A column in the logical model.MCompoundForeignKey A unique constraint for multiple columns.MCompoundUniqueConstraint A unique constraint for multiple columns.MigrationResource Migration XML resource that holds the changes to be applied.MIndex Index as part of the logical model.ModelContainer Holds all the tables, views, indexes etc that represent the model.ModelDiff Used to prepare a diff in terms of changes required to migrate from the base model to the newer model.MTable Holds the logical model for a given Table and everything associated to it. -
Classes in io.ebeaninternal.dbmigration.model used by io.ebeaninternal.dbmigration.model.build Class Description MIndex Index as part of the logical model.ModelContainer Holds all the tables, views, indexes etc that represent the model.MTable Holds the logical model for a given Table and everything associated to it.