Uses of Interface
migratedb.v1.core.api.executor.MigrationExecutor
Packages that use MigrationExecutor
Package
Description
Interfaces for Migration resolvers.
Private API.
Private API.
Private API.
-
Uses of MigrationExecutor in migratedb.v1.core.api.resolver
Methods in migratedb.v1.core.api.resolver that return MigrationExecutor -
Uses of MigrationExecutor in migratedb.v1.core.internal.resolver
Methods in migratedb.v1.core.internal.resolver that return MigrationExecutorConstructors in migratedb.v1.core.internal.resolver with parameters of type MigrationExecutorModifierConstructorDescriptionResolvedMigrationImpl(Version version, String description, String script, Checksum checksum, Checksum equivalentChecksum, MigrationType type, String locationDescription, MigrationExecutor executor) -
Uses of MigrationExecutor in migratedb.v1.core.internal.resolver.java
Classes in migratedb.v1.core.internal.resolver.java that implement MigrationExecutorModifier and TypeClassDescriptionclassAdapter for executing migrations implementing JavaMigration. -
Uses of MigrationExecutor in migratedb.v1.core.internal.resolver.sql
Classes in migratedb.v1.core.internal.resolver.sql that implement MigrationExecutorModifier and TypeClassDescriptionclassDatabase migration based on a sql file.