Uses of Interface
org.flywaydb.core.api.resolver.ResolvedMigration
Packages that use ResolvedMigration
Package
Description
Interfaces for Migration implementors.
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.migration.baseline
Classes in org.flywaydb.core.api.migration.baseline that implement ResolvedMigrationMethods in org.flywaydb.core.api.migration.baseline that return ResolvedMigrationModifier and TypeMethodDescriptionBaselineJavaMigration.getResolvedMigration(Configuration config, org.flywaydb.core.internal.jdbc.StatementInterceptor statementInterceptor) Methods in org.flywaydb.core.api.migration.baseline that return types with arguments of type ResolvedMigrationModifier and TypeMethodDescriptionBaselineMigrationResolver.resolveMigrations(MigrationResolver.Context context) Methods in org.flywaydb.core.api.migration.baseline with parameters of type ResolvedMigrationModifier and TypeMethodDescriptionbooleanBaselineResolvedMigration.canCompareWith(ResolvedMigration o) BaselineAppliedMigration.getState(org.flywaydb.core.internal.info.MigrationInfoContext context, boolean outOfOrder, ResolvedMigration resolvedMigration) -
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) -
Uses of ResolvedMigration in org.flywaydb.core.internal.resolver
Classes in org.flywaydb.core.internal.resolver that implement ResolvedMigrationModifier and TypeClassDescriptionclassorg.flywaydb.core.internal.resolver.ResolvedMigrationImplA migration available on the classpath.