Uses of Class
org.flywaydb.core.api.resolver.MigrationResolver.Context
-
Packages that use MigrationResolver.Context Package Description org.flywaydb.core.api.resolver Interfaces for Migration resolvers. -
-
Uses of MigrationResolver.Context in org.flywaydb.core.api.resolver
Methods in org.flywaydb.core.api.resolver with parameters of type MigrationResolver.Context Modifier and Type Method Description java.util.Collection<ResolvedMigration>MigrationResolver. resolveMigrations(MigrationResolver.Context context)
-