Uses of Class
migratedb.v1.core.api.MigrationPattern
Packages that use MigrationPattern
Package
Description
MigrateDbException, MigrationInfo and related classes.
Interfaces for MigrateDB configuration
Private API.
Private API.
-
Uses of MigrationPattern in migratedb.v1.core.api
Method parameters in migratedb.v1.core.api with type arguments of type MigrationPatternModifier and TypeMethodDescriptionstatic booleanMigrationPattern.anyMatchOrEmpty(String description, @Nullable List<MigrationPattern> patterns) static booleanMigrationPattern.anyMatchOrEmpty(Version version, @Nullable List<MigrationPattern> patterns) -
Uses of MigrationPattern in migratedb.v1.core.api.configuration
Methods in migratedb.v1.core.api.configuration that return types with arguments of type MigrationPatternModifier and TypeMethodDescriptionConfiguration.getCherryPick()DefaultConfiguration.getCherryPick()FluentConfiguration.getCherryPick()Methods in migratedb.v1.core.api.configuration with parameters of type MigrationPatternModifier and TypeMethodDescriptionFluentConfiguration.cherryPick(MigrationPattern... cherryPick) Sets the migrations that MigrateDB should consider when migrating.voidDefaultConfiguration.setCherryPick(MigrationPattern... cherryPick) Sets the migrations that MigrateDB should consider when migrating.Method parameters in migratedb.v1.core.api.configuration with type arguments of type MigrationPatternModifier and TypeMethodDescriptionFluentConfiguration.cherryPick(Collection<MigrationPattern> cherryPick) Sets the migrations that MigrateDB should consider when migrating.voidDefaultConfiguration.setCherryPick(Collection<MigrationPattern> cherryPick) Sets the migrations that MigrateDB should consider when migrating. -
Uses of MigrationPattern in migratedb.v1.core.internal.info
Constructor parameters in migratedb.v1.core.internal.info with type arguments of type MigrationPatternModifierConstructorDescriptionMigrationInfoServiceImpl(MigrationResolver migrationResolver, SchemaHistory schemaHistory, Database<?> database, Configuration configuration, TargetVersion target, List<MigrationPattern> cherryPick, ValidationContext validationContext) -
Uses of MigrationPattern in migratedb.v1.core.internal.schemahistory
Method parameters in migratedb.v1.core.internal.schemahistory with type arguments of type MigrationPatternModifier and TypeMethodDescriptionabstract booleanSchemaHistory.removeFailedMigrations(RepairResult repairResult, List<MigrationPattern> migrationPatternFilter) Repairs the schema history table after a failed migration.