Uses of Class
migratedb.v1.core.api.MigrationPattern
-
Packages that use MigrationPattern 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.migratedb.v1.core.internal.schemahistory Private API. -
-
Uses of MigrationPattern in migratedb.v1.core.api
Method parameters in migratedb.v1.core.api with type arguments of type MigrationPattern Modifier and Type Method Description static 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 MigrationPattern Modifier and Type Method Description List<MigrationPattern>Configuration. getCherryPick()List<MigrationPattern>DefaultConfiguration. getCherryPick()List<MigrationPattern>FluentConfiguration. getCherryPick()Methods in migratedb.v1.core.api.configuration with parameters of type MigrationPattern Modifier and Type Method Description FluentConfigurationFluentConfiguration. 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 MigrationPattern Modifier and Type Method Description FluentConfigurationFluentConfiguration. 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 MigrationPattern Constructor Description MigrationInfoServiceImpl(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 MigrationPattern Modifier and Type Method Description abstract booleanSchemaHistory. removeFailedMigrations(RepairResult repairResult, List<MigrationPattern> migrationPatternFilter)Repairs the schema history table after a failed migration.
-