Uses of Class
migratedb.v1.core.api.internal.schemahistory.AppliedMigration
Packages that use AppliedMigration
Package
Description
MigrateDbException, MigrationInfo and related classes.
Private API.
-
Uses of AppliedMigration in migratedb.v1.core.api
Methods in migratedb.v1.core.api that return AppliedMigration -
Uses of AppliedMigration in migratedb.v1.core.api.output
Methods in migratedb.v1.core.api.output with parameters of type AppliedMigrationModifier and TypeMethodDescriptionstatic RepairOutputCommandResultFactory.createRepairOutput(AppliedMigration am) -
Uses of AppliedMigration in migratedb.v1.core.internal.schemahistory
Methods in migratedb.v1.core.internal.schemahistory that return AppliedMigrationModifier and TypeMethodDescriptionfinal AppliedMigrationSchemaHistory.getBaselineMarker()Retrieves the baseline marker from the schema history table.Methods in migratedb.v1.core.internal.schemahistory that return types with arguments of type AppliedMigrationModifier and TypeMethodDescriptionabstract List<AppliedMigration>SchemaHistory.allAppliedMigrations()Methods in migratedb.v1.core.internal.schemahistory with parameters of type AppliedMigrationModifier and TypeMethodDescriptionabstract voidSchemaHistory.delete(AppliedMigration appliedMigration) Update the schema history to mark this migration as DELETEDabstract voidSchemaHistory.update(AppliedMigration appliedMigration, ResolvedMigration resolvedMigration) Updates this applied migration to match this resolved migration.