Uses of Class
migratedb.v1.core.api.TargetVersion
Packages that use TargetVersion
Package
Description
MigrateDbException, MigrationInfo and related classes.
Interfaces for MigrateDB configuration
Private API.
-
Uses of TargetVersion in migratedb.v1.core.api
Fields in migratedb.v1.core.api declared as TargetVersionModifier and TypeFieldDescriptionstatic final TargetVersionTargetVersion.CURRENTRepresentsMigrateDb.info().current().static final TargetVersionTargetVersion.LATESTRepresentsMigrateDb.info().latest().static final TargetVersionTargetVersion.NEXTRepresentsMigrateDb.info().next().Methods in migratedb.v1.core.api that return TargetVersionMethod parameters in migratedb.v1.core.api with type arguments of type TargetVersion -
Uses of TargetVersion in migratedb.v1.core.api.configuration
Methods in migratedb.v1.core.api.configuration that return TargetVersionModifier and TypeMethodDescriptionConfiguration.getTarget()DefaultConfiguration.getTarget()FluentConfiguration.getTarget()Methods in migratedb.v1.core.api.configuration with parameters of type TargetVersionModifier and TypeMethodDescriptionvoidDefaultConfiguration.setTarget(TargetVersion target) Sets the target version up to which MigrateDB should consider migrations.FluentConfiguration.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 TargetVersionModifierConstructorDescriptionMigrationInfoServiceImpl(MigrationResolver migrationResolver, SchemaHistory schemaHistory, Database<?> database, Configuration configuration, TargetVersion target, List<MigrationPattern> cherryPick, ValidationContext validationContext)