Uses of Class
io.ebeaninternal.dbmigration.migration.ChangeSet
Packages that use ChangeSet
Package
Description
-
Uses of ChangeSet in io.ebeaninternal.dbmigration.ddlgeneration
Methods in io.ebeaninternal.dbmigration.ddlgeneration with parameters of type ChangeSet -
Uses of ChangeSet in io.ebeaninternal.dbmigration.migration
Methods in io.ebeaninternal.dbmigration.migration that return ChangeSetModifier and TypeMethodDescriptionObjectFactory.createChangeSet()Create an instance ofChangeSetMethods in io.ebeaninternal.dbmigration.migration that return types with arguments of type ChangeSetModifier and TypeMethodDescriptionMigration.getChangeSet()Gets the value of the changeSet property. -
Uses of ChangeSet in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model that return ChangeSetModifier and TypeMethodDescriptionModelDiff.getApplyChangeSet()Return the 'apply' changeSet.CurrentModel.getChangeSet()Return as a ChangeSet.Methods in io.ebeaninternal.dbmigration.model with parameters of type ChangeSetModifier and TypeMethodDescriptionvoidAdd a 'pending drops' changeSet for the given version.booleanPendingDrops.appliedDropsFor(ChangeSet changeSet)All the pending drops for this migration version have been applied so we need to remove the (unsuppressed) pending drops for this version.voidModelContainer.registerPendingHistoryDropColumns(ChangeSet changeSet)Register any pending drop columns on history tables.voidCurrentModel.setChangeSet(ChangeSet changeSet)