Uses of Interface
org.flywaydb.core.api.resolver.ResolvedMigration
-
Packages that use ResolvedMigration Package Description org.flywaydb.core.api.resolver Interfaces for Migration resolvers. -
-
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 Collection<ResolvedMigration>MigrationResolver. resolveMigrations(Context context)Resolves the available migrations.
-