Uses of Class
migratedb.core.api.MigrationPattern
-
Packages that use MigrationPattern Package Description migratedb.core.api MigrateDbException, MigrationInfo and related classes.migratedb.core.api.configuration Interfaces for MigrateDB configurationmigratedb.core.internal.info Private API.migratedb.core.internal.schemahistory Private API. -
-
Uses of MigrationPattern in migratedb.core.api
Methods in migratedb.core.api with parameters of type MigrationPattern Modifier and Type Method Description static booleanMigrationPattern. anyMatchOrEmpty(String description, MigrationPattern @Nullable [] patterns)static booleanMigrationPattern. anyMatchOrEmpty(Version version, MigrationPattern @Nullable [] patterns) -
Uses of MigrationPattern in migratedb.core.api.configuration
Methods in migratedb.core.api.configuration that return MigrationPattern Modifier and Type Method Description MigrationPattern[]ClassicConfiguration. getCherryPick()MigrationPattern[]Configuration. getCherryPick()Gets the migrations that MigrateDB should consider when migrating.MigrationPattern[]FluentConfiguration. getCherryPick()Methods in migratedb.core.api.configuration with parameters of type MigrationPattern Modifier and Type Method Description FluentConfigurationFluentConfiguration. cherryPick(MigrationPattern... cherryPick)Gets the migrations that MigrateDB should consider when migrating.voidClassicConfiguration. setCherryPick(MigrationPattern... cherryPick)Gets the migrations that MigrateDB should consider when migrating. -
Uses of MigrationPattern in migratedb.core.internal.info
Constructors in migratedb.core.internal.info with parameters of type MigrationPattern Constructor Description MigrationInfoServiceImpl(MigrationResolver migrationResolver, SchemaHistory schemaHistory, Database<?> database, Configuration configuration, TargetVersion target, MigrationPattern[] cherryPick, ValidationContext validationContext) -
Uses of MigrationPattern in migratedb.core.internal.schemahistory
Methods in migratedb.core.internal.schemahistory with parameters of type MigrationPattern Modifier and Type Method Description abstract booleanSchemaHistory. removeFailedMigrations(RepairResult repairResult, MigrationPattern[] migrationPatternFilter)Repairs the schema history table after a failed migration.
-