Uses of Interface
migratedb.v1.core.api.executor.MigrationExecutor
-
Packages that use MigrationExecutor Package Description migratedb.v1.core.api.resolver Interfaces for Migration resolvers.migratedb.v1.core.internal.resolver Private API.migratedb.v1.core.internal.resolver.java Private API.migratedb.v1.core.internal.resolver.sql Private API. -
-
Uses of MigrationExecutor in migratedb.v1.core.api.resolver
Methods in migratedb.v1.core.api.resolver that return MigrationExecutor Modifier and Type Method Description MigrationExecutorResolvedMigration. getExecutor() -
Uses of MigrationExecutor in migratedb.v1.core.internal.resolver
Methods in migratedb.v1.core.internal.resolver that return MigrationExecutor Modifier and Type Method Description MigrationExecutorResolvedMigrationImpl. getExecutor()Constructors in migratedb.v1.core.internal.resolver with parameters of type MigrationExecutor Constructor Description ResolvedMigrationImpl(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 MigrationExecutor Modifier and Type Class Description classJavaMigrationExecutorAdapter 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 MigrationExecutor Modifier and Type Class Description classSqlMigrationExecutorDatabase migration based on a sql file.
-