Uses of Class
org.flywaydb.core.api.MigrationVersion
-
Packages that use MigrationVersion Package Description org.flywaydb.core.api FlywayException, MigrationInfo and related classes.org.flywaydb.core.api.configuration Interfaces for Flyway configuration injection.org.flywaydb.core.api.migration Interfaces for Migration implementors.org.flywaydb.core.api.resolver Interfaces for Migration resolvers. -
-
Uses of MigrationVersion in org.flywaydb.core.api
Fields in org.flywaydb.core.api declared as MigrationVersion Modifier and Type Field Description static MigrationVersionMigrationVersion. CURRENTCurrent version.static MigrationVersionMigrationVersion. EMPTYVersion for an empty schema.static MigrationVersionMigrationVersion. LATESTLatest version.static MigrationVersionMigrationVersion. NEXTNext version.Methods in org.flywaydb.core.api that return MigrationVersion Modifier and Type Method Description static MigrationVersionMigrationVersion. fromVersion(java.lang.String version)Create a MigrationVersion from a version String.MigrationVersionMigrationInfo. getVersion()Methods in org.flywaydb.core.api with parameters of type MigrationVersion Modifier and Type Method Description intMigrationVersion. compareTo(MigrationVersion o)booleanMigrationPattern. matches(MigrationVersion version, java.lang.String description) -
Uses of MigrationVersion in org.flywaydb.core.api.configuration
Methods in org.flywaydb.core.api.configuration that return MigrationVersion Modifier and Type Method Description MigrationVersionClassicConfiguration. getBaselineVersion()MigrationVersionConfiguration. getBaselineVersion()Retrieves the version to tag an existing schema with when executing baseline.MigrationVersionFluentConfiguration. getBaselineVersion()MigrationVersionClassicConfiguration. getTarget()MigrationVersionConfiguration. getTarget()Gets the target version up to which Flyway should consider migrations.MigrationVersionFluentConfiguration. getTarget()Methods in org.flywaydb.core.api.configuration with parameters of type MigrationVersion Modifier and Type Method Description FluentConfigurationFluentConfiguration. baselineVersion(MigrationVersion baselineVersion)Sets the version to tag an existing schema with when executing baseline.voidClassicConfiguration. setBaselineVersion(MigrationVersion baselineVersion)Sets the version to tag an existing schema with when executing baseline.voidClassicConfiguration. setTarget(MigrationVersion target)Sets the target version up to which Flyway should consider migrations.FluentConfigurationFluentConfiguration. target(MigrationVersion target)Sets the target version up to which Flyway should consider migrations. -
Uses of MigrationVersion in org.flywaydb.core.api.migration
Methods in org.flywaydb.core.api.migration that return MigrationVersion Modifier and Type Method Description MigrationVersionBaseJavaMigration. getVersion()MigrationVersionJavaMigration. getVersion() -
Uses of MigrationVersion in org.flywaydb.core.api.resolver
Methods in org.flywaydb.core.api.resolver that return MigrationVersion Modifier and Type Method Description MigrationVersionResolvedMigration. getVersion()
-