Uses of Class
io.ebeaninternal.dbmigration.migration.ChangeSet
-
Packages that use ChangeSet Package Description io.ebeaninternal.dbmigration.ddlgeneration io.ebeaninternal.dbmigration.migration io.ebeaninternal.dbmigration.model -
-
Uses of ChangeSet in io.ebeaninternal.dbmigration.ddlgeneration
Methods in io.ebeaninternal.dbmigration.ddlgeneration with parameters of type ChangeSet Modifier and Type Method Description voidBaseDdlHandler. generate(DdlWrite writer, ChangeSet changeSet)voidDdlHandler. generate(DdlWrite writer, ChangeSet changeSet) -
Uses of ChangeSet in io.ebeaninternal.dbmigration.migration
Methods in io.ebeaninternal.dbmigration.migration that return ChangeSet Modifier and Type Method Description ChangeSetObjectFactory. createChangeSet()Create an instance ofChangeSetMethods in io.ebeaninternal.dbmigration.migration that return types with arguments of type ChangeSet Modifier and Type Method Description List<ChangeSet>Migration. getChangeSet()Gets the value of the changeSet property. -
Uses of ChangeSet in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model that return ChangeSet Modifier and Type Method Description ChangeSetModelDiff. getApplyChangeSet()Return the 'apply' changeSet.ChangeSetCurrentModel. getChangeSet()Return as a ChangeSet.Methods in io.ebeaninternal.dbmigration.model with parameters of type ChangeSet Modifier and Type Method Description voidPendingDrops. add(io.ebean.migration.MigrationVersion version, ChangeSet changeSet)Add 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)
-