Uses of Interface
org.flywaydb.core.api.resolver.MigrationResolver
-
Packages that use MigrationResolver Package Description org.flywaydb.core The main Flyway package and for most users, the only one they'll ever need to know about.org.flywaydb.core.api.configuration Interfaces for Flyway configuration injection.org.flywaydb.core.api.resolver Interfaces for Migration resolvers. -
-
Uses of MigrationResolver in org.flywaydb.core
Methods in org.flywaydb.core that return MigrationResolver Modifier and Type Method Description MigrationResolver[]Flyway. getResolvers()Deprecated.Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0.Methods in org.flywaydb.core with parameters of type MigrationResolver Modifier and Type Method Description voidFlyway. setResolvers(MigrationResolver... resolvers)Deprecated.Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. -
Uses of MigrationResolver in org.flywaydb.core.api.configuration
Methods in org.flywaydb.core.api.configuration that return MigrationResolver Modifier and Type Method Description MigrationResolver[]ClassicConfiguration. getResolvers()MigrationResolver[]Configuration. getResolvers()Retrieves the The custom MigrationResolvers to be used in addition to the built-in ones for resolving Migrations to apply.MigrationResolver[]FluentConfiguration. getResolvers()Methods in org.flywaydb.core.api.configuration with parameters of type MigrationResolver Modifier and Type Method Description FluentConfigurationFluentConfiguration. resolvers(MigrationResolver... resolvers)Sets custom MigrationResolvers to be used in addition to the built-in ones for resolving Migrations to apply.voidClassicConfiguration. setResolvers(MigrationResolver... resolvers)Sets custom MigrationResolvers to be used in addition to the built-in ones for resolving Migrations to apply. -
Uses of MigrationResolver in org.flywaydb.core.api.resolver
Classes in org.flywaydb.core.api.resolver that implement MigrationResolver Modifier and Type Class Description classBaseMigrationResolverDeprecated.Will be removed in Flyway 6.0.
-