Uses of Class
migratedb.v1.core.api.Version
Packages that use Version
Package
Description
MigrateDbException, MigrationInfo and related classes.
Interfaces for MigrateDB configuration
Interfaces for Migration implementors.
Interfaces for Migration resolvers.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
-
Uses of Version in migratedb.v1.core.api
Methods in migratedb.v1.core.api that return VersionModifier and TypeMethodDescription@Nullable VersionMigrationInfo.getVersion()static VersionParses a version fromversion.Methods in migratedb.v1.core.api with parameters of type VersionModifier and TypeMethodDescriptionstatic booleanMigrationPattern.anyMatchOrEmpty(Version version, @Nullable List<MigrationPattern> patterns) intbooleanstatic TargetVersionMethod parameters in migratedb.v1.core.api with type arguments of type VersionModifier and TypeMethodDescription<T> TargetVersion.OrElseGetStep<T>TargetVersion.mapVersion(Function<? super Version, ? extends T> mapper) TargetVersion.withVersion(Consumer<Version> action) Constructor parameters in migratedb.v1.core.api with type arguments of type Version -
Uses of Version in migratedb.v1.core.api.configuration
Methods in migratedb.v1.core.api.configuration that return VersionModifier and TypeMethodDescriptionConfiguration.getBaselineVersion()DefaultConfiguration.getBaselineVersion()FluentConfiguration.getBaselineVersion()Methods in migratedb.v1.core.api.configuration with parameters of type VersionModifier and TypeMethodDescriptionFluentConfiguration.baselineVersion(Version baselineVersion) Sets the version to tag an existing schema with when executing baseline.voidDefaultConfiguration.setBaselineVersion(Version baselineVersion) Sets the version to tag an existing schema with when executing baseline.Sets the target version up to which MigrateDB should consider migrations. -
Uses of Version in migratedb.v1.core.api.internal.database.base
Methods in migratedb.v1.core.api.internal.database.base that return Version -
Uses of Version in migratedb.v1.core.api.internal.resource
Methods in migratedb.v1.core.api.internal.resource that return VersionModifier and TypeMethodDescription@Nullable VersionResourceName.getVersion()The version of the resource (eg. "1.2.3" for versioned migrations), or null for non-versioned resources -
Uses of Version in migratedb.v1.core.api.internal.schemahistory
Methods in migratedb.v1.core.api.internal.schemahistory that return VersionConstructors in migratedb.v1.core.api.internal.schemahistory with parameters of type VersionModifierConstructorDescriptionAppliedMigration(int installedRank, @Nullable Version version, String description, MigrationType type, String script, @Nullable Checksum checksum, Timestamp installedOn, String installedBy, int executionTime, boolean success) Creates a new applied migration. -
Uses of Version in migratedb.v1.core.api.migration
Methods in migratedb.v1.core.api.migration that return VersionModifier and TypeMethodDescriptionfinal VersionBaseJavaMigration.getVersion()@Nullable VersionJavaMigration.getVersion() -
Uses of Version in migratedb.v1.core.api.resolver
Methods in migratedb.v1.core.api.resolver that return Version -
Uses of Version in migratedb.v1.core.internal.command
Constructors in migratedb.v1.core.internal.command with parameters of type VersionModifierConstructorDescriptionDbBaseline(SchemaHistory schemaHistory, Version baselineVersion, String baselineDescription, CallbackExecutor callbackExecutor, Database<?> database) Creates a new DbBaseline. -
Uses of Version in migratedb.v1.core.internal.database.base
Methods in migratedb.v1.core.internal.database.base that return VersionModifier and TypeMethodDescriptionprotected VersionBaseDatabase.determineVersion()final VersionBaseDatabase.getVersion()Methods in migratedb.v1.core.internal.database.base with parameters of type VersionModifier and TypeMethodDescriptionprotected StringBaseDatabase.computeVersionDisplayName(Version version) Compute the user-friendly display name for this database version. -
Uses of Version in migratedb.v1.core.internal.database.cockroachdb
Methods in migratedb.v1.core.internal.database.cockroachdb that return Version -
Uses of Version in migratedb.v1.core.internal.database.h2
Methods in migratedb.v1.core.internal.database.h2 that return Version -
Uses of Version in migratedb.v1.core.internal.database.ignite.thin
Methods in migratedb.v1.core.internal.database.ignite.thin that return Version -
Uses of Version in migratedb.v1.core.internal.database.mysql
Methods in migratedb.v1.core.internal.database.mysql that return Version -
Uses of Version in migratedb.v1.core.internal.database.sqlserver
Methods in migratedb.v1.core.internal.database.sqlserver with parameters of type VersionModifier and TypeMethodDescriptionprotected StringSQLServerDatabase.computeVersionDisplayName(Version version) -
Uses of Version in migratedb.v1.core.internal.database.sqlserver.synapse
Methods in migratedb.v1.core.internal.database.sqlserver.synapse with parameters of type VersionModifier and TypeMethodDescriptionprotected StringSynapseDatabase.computeVersionDisplayName(Version version) -
Uses of Version in migratedb.v1.core.internal.resolver
Fields in migratedb.v1.core.internal.resolver declared as VersionModifier and TypeFieldDescriptionfinal @Nullable VersionMigrationInfoHelper.VersionAndDescription.versionMethods in migratedb.v1.core.internal.resolver that return VersionConstructors in migratedb.v1.core.internal.resolver with parameters of type VersionModifierConstructorDescriptionResolvedMigrationImpl(Version version, String description, String script, Checksum checksum, Checksum equivalentChecksum, MigrationType type, String locationDescription, MigrationExecutor executor) VersionAndDescription(@Nullable Version version, String description) -
Uses of Version in migratedb.v1.core.internal.schemahistory
Methods in migratedb.v1.core.internal.schemahistory with parameters of type VersionModifier and TypeMethodDescriptionabstract voidSchemaHistory.addAppliedMigration(int installedRank, Version version, String description, MigrationType type, String script, @Nullable Checksum checksum, int executionTime, boolean success) final voidSchemaHistory.addAppliedMigration(Version version, String description, MigrationType type, String script, @Nullable Checksum checksum, int executionTime, boolean success) Records a new applied migration.