Uses of Interface
org.flywaydb.core.api.resolver.ResolvedMigration
-
Packages that use ResolvedMigration Package Description org.flywaydb.core.api.output Private API.org.flywaydb.core.api.resolver Interfaces for Migration resolvers. -
-
Uses of ResolvedMigration in org.flywaydb.core.api.output
Methods in org.flywaydb.core.api.output with parameters of type ResolvedMigration Modifier and Type Method Description UndoOutputCommandResultFactory. createUndoOutput(ResolvedMigration migrationInfo) -
Uses of ResolvedMigration in org.flywaydb.core.api.resolver
Methods in org.flywaydb.core.api.resolver that return types with arguments of type ResolvedMigration Modifier and Type Method Description java.util.Collection<ResolvedMigration>MigrationResolver. resolveMigrations(Context context)Resolves the available migrations.
-