Uses of Interface
org.flywaydb.core.api.resolver.ResolvedMigration
Packages that use ResolvedMigration
Package
Description
Interfaces for Migration implementors.
Private API.
Interfaces for Migration resolvers.
-
Uses of ResolvedMigration in org.flywaydb.core.api.migration
Methods in org.flywaydb.core.api.migration that return ResolvedMigrationModifier and TypeMethodDescriptiondefault ResolvedMigrationJavaMigration.getResolvedMigration(Configuration config, org.flywaydb.core.internal.jdbc.StatementInterceptor statementInterceptor) -
Uses of ResolvedMigration in org.flywaydb.core.api.output
Methods in org.flywaydb.core.api.output with parameters of type ResolvedMigrationModifier and TypeMethodDescriptionstatic UndoOutputCommandResultFactory.createUndoOutput(ResolvedMigration migrationInfo, int executionTime) -
Uses of ResolvedMigration in org.flywaydb.core.api.resolver
Methods in org.flywaydb.core.api.resolver that return types with arguments of type ResolvedMigrationModifier and TypeMethodDescriptionMigrationResolver.resolveMigrations(MigrationResolver.Context context) Methods in org.flywaydb.core.api.resolver with parameters of type ResolvedMigrationModifier and TypeMethodDescriptiondefault booleanResolvedMigration.canCompareWith(ResolvedMigration o)