Uses of Class
migratedb.v1.core.api.TargetVersion
-
Packages that use TargetVersion Package Description migratedb.v1.core.api MigrateDbException, MigrationInfo and related classes.migratedb.v1.core.api.configuration Interfaces for MigrateDB configurationmigratedb.v1.core.internal.info Private API. -
-
Uses of TargetVersion in migratedb.v1.core.api
Fields in migratedb.v1.core.api declared as TargetVersion Modifier and Type Field Description static TargetVersionTargetVersion. CURRENTRepresentsMigrateDb.info().current().static TargetVersionTargetVersion. LATESTRepresentsMigrateDb.info().latest().static TargetVersionTargetVersion. NEXTRepresentsMigrateDb.info().next().Methods in migratedb.v1.core.api that return TargetVersion Modifier and Type Method Description static TargetVersionTargetVersion. of(Version version)static TargetVersionTargetVersion. parse(String s)Method parameters in migratedb.v1.core.api with type arguments of type TargetVersion Modifier and Type Method Description voidTargetVersion.OrElseDoStep. orElseDo(Map<TargetVersion,Runnable> actions)Optional<T>TargetVersion.OrElseGetStep. orElseGet(Map<TargetVersion,? extends Supplier<Optional<T>>> symbolMappers) -
Uses of TargetVersion in migratedb.v1.core.api.configuration
Methods in migratedb.v1.core.api.configuration that return TargetVersion Modifier and Type Method Description TargetVersionConfiguration. getTarget()TargetVersionDefaultConfiguration. getTarget()TargetVersionFluentConfiguration. getTarget()Methods in migratedb.v1.core.api.configuration with parameters of type TargetVersion Modifier and Type Method Description voidDefaultConfiguration. setTarget(TargetVersion target)Sets the target version up to which MigrateDB should consider migrations.FluentConfigurationFluentConfiguration. target(TargetVersion target)Sets the target version up to which MigrateDB should consider migrations. -
Uses of TargetVersion in migratedb.v1.core.internal.info
Constructors in migratedb.v1.core.internal.info with parameters of type TargetVersion Constructor Description MigrationInfoServiceImpl(MigrationResolver migrationResolver, SchemaHistory schemaHistory, Database database, Configuration configuration, TargetVersion target, List<MigrationPattern> cherryPick, ValidationContext validationContext)
-