Uses of Interface
migratedb.v1.core.api.resolver.ResolvedMigration
Packages that use ResolvedMigration
Package
Description
MigrateDbException, MigrationInfo and related classes.
Interfaces for Migration resolvers.
Private API.
Private API.
Private API.
Private API.
-
Uses of ResolvedMigration in migratedb.v1.core.api
Methods in migratedb.v1.core.api that return ResolvedMigrationModifier and TypeMethodDescription@Nullable ResolvedMigrationMigrationInfo.getResolvedMigration() -
Uses of ResolvedMigration in migratedb.v1.core.api.resolver
Methods in migratedb.v1.core.api.resolver that return types with arguments of type ResolvedMigrationModifier and TypeMethodDescriptionMigrationResolver.resolveMigrations(Context context) Resolves the available migrations. -
Uses of ResolvedMigration in migratedb.v1.core.internal.resolver
Classes in migratedb.v1.core.internal.resolver that implement ResolvedMigrationModifier and TypeClassDescriptionclassA migration available on the classpath.Methods in migratedb.v1.core.internal.resolver that return types with arguments of type ResolvedMigrationModifier and TypeMethodDescriptionDefaultMigrationResolver.resolveMigrations(Context context) Finds all available migrations using all migration resolvers (sql, java, ...).Methods in migratedb.v1.core.internal.resolver with parameters of type ResolvedMigrationModifier and TypeMethodDescriptionintResolvedMigrationComparator.compare(ResolvedMigration o1, ResolvedMigration o2) -
Uses of ResolvedMigration in migratedb.v1.core.internal.resolver.java
Methods in migratedb.v1.core.internal.resolver.java that return ResolvedMigrationModifier and TypeMethodDescriptionstatic ResolvedMigrationJavaMigrationResolver.newResolvedJavaMigration(JavaMigration javaMigration, Configuration configuration, SqlScriptFactory sqlScriptFactory, SqlScriptExecutorFactory sqlScriptExecutorFactory) Creates a new ResolvedJavaMigration based on aJavaMigration.Methods in migratedb.v1.core.internal.resolver.java that return types with arguments of type ResolvedMigrationModifier and TypeMethodDescriptionFixedJavaMigrationResolver.resolveMigrations(Context context) JavaMigrationResolver.resolveMigrations(Context context) -
Uses of ResolvedMigration in migratedb.v1.core.internal.resolver.sql
Methods in migratedb.v1.core.internal.resolver.sql that return types with arguments of type ResolvedMigration -
Uses of ResolvedMigration in migratedb.v1.core.internal.schemahistory
Methods in migratedb.v1.core.internal.schemahistory with parameters of type ResolvedMigrationModifier and TypeMethodDescriptionabstract voidSchemaHistory.update(AppliedMigration appliedMigration, ResolvedMigration resolvedMigration) Updates this applied migration to match this resolved migration.