Uses of Class
io.ebeaninternal.dbmigration.model.ModelContainer
Packages that use ModelContainer
Package
Description
-
Uses of ModelContainer in io.ebeaninternal.dbmigration.ddlgeneration
Constructors in io.ebeaninternal.dbmigration.ddlgeneration with parameters of type ModelContainerModifierConstructorDescriptionDdlWrite(MConfiguration configuration, ModelContainer currentModel, DdlOptions options)Create with a configuration. -
Uses of ModelContainer in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model that return ModelContainerModifier and TypeMethodDescriptionCurrentModel.read()Return the current model by reading all the bean descriptors and properties.MigrationModel.read(boolean dbinitMigration)Read all the migrations returning the model with all the migrations applied in version order.Methods in io.ebeaninternal.dbmigration.model with parameters of type ModelContainerModifier and TypeMethodDescriptionvoidMTable.adjustReferences(ModelContainer modelContainer)Adjust the references (FK) if it should relate to a draft table.voidModelDiff.compareTo(ModelContainer newModel)Compare to a 'newer' model and collect the differences.voidModelContainer.registerPendingHistoryDropColumns(ModelContainer newModel)Register the drop columns on history tables that have not been applied yet.voidPendingDrops.registerPendingHistoryDropColumns(ModelContainer newModel)Register pending drop columns on history tables to the new model.Constructors in io.ebeaninternal.dbmigration.model with parameters of type ModelContainer -
Uses of ModelContainer in io.ebeaninternal.dbmigration.model.build
Constructors in io.ebeaninternal.dbmigration.model.build with parameters of type ModelContainerModifierConstructorDescriptionModelBuildContext(ModelContainer model, io.ebean.config.dbplatform.DatabasePlatform databasePlatform, io.ebean.config.DbConstraintNaming naming, boolean platformTypes)