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