Uses of Class
io.ebeaninternal.dbmigration.model.ModelContainer
-
Packages that use ModelContainer Package Description io.ebeaninternal.dbmigration.ddlgeneration io.ebeaninternal.dbmigration.model io.ebeaninternal.dbmigration.model.build -
-
Uses of ModelContainer in io.ebeaninternal.dbmigration.ddlgeneration
Constructors in io.ebeaninternal.dbmigration.ddlgeneration with parameters of type ModelContainer Constructor Description DdlWrite(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 ModelContainer Modifier and Type Method Description ModelContainerCurrentModel. read()Return the current model by reading all the bean descriptors and properties.ModelContainerMigrationModel. read(boolean initMigration)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 ModelContainer Modifier and Type Method Description voidMTable. 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 Constructor Description ModelDiff(ModelContainer baseModel)Construct with a base model. -
Uses of ModelContainer in io.ebeaninternal.dbmigration.model.build
Constructors in io.ebeaninternal.dbmigration.model.build with parameters of type ModelContainer Constructor Description ModelBuildContext(ModelContainer model, io.ebean.config.dbplatform.DatabasePlatform databasePlatform, io.ebean.config.DbConstraintNaming naming, boolean platformTypes)
-