Uses of Enum Class
migratedb.v1.core.api.MigrationType
Packages that use MigrationType
Package
Description
MigrateDbException, MigrationInfo and related classes.
Interfaces for Migration resolvers.
Private API.
Private API.
-
Uses of MigrationType in migratedb.v1.core.api
Methods in migratedb.v1.core.api that return MigrationTypeModifier and TypeMethodDescriptionstatic MigrationTypeMigrationType.fromString(String migrationType) MigrationInfo.getType()static MigrationTypeReturns the enum constant of this class with the specified name.static MigrationType[]MigrationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MigrationType in migratedb.v1.core.api.internal.schemahistory
Methods in migratedb.v1.core.api.internal.schemahistory that return MigrationTypeConstructors in migratedb.v1.core.api.internal.schemahistory with parameters of type MigrationTypeModifierConstructorDescriptionAppliedMigration(int installedRank, @Nullable Version version, String description, MigrationType type, String script, @Nullable Checksum checksum, Timestamp installedOn, String installedBy, int executionTime, boolean success) Creates a new applied migration. -
Uses of MigrationType in migratedb.v1.core.api.resolver
Methods in migratedb.v1.core.api.resolver that return MigrationType -
Uses of MigrationType in migratedb.v1.core.internal.resolver
Methods in migratedb.v1.core.internal.resolver that return MigrationTypeConstructors in migratedb.v1.core.internal.resolver with parameters of type MigrationTypeModifierConstructorDescriptionResolvedMigrationImpl(Version version, String description, String script, Checksum checksum, Checksum equivalentChecksum, MigrationType type, String locationDescription, MigrationExecutor executor) -
Uses of MigrationType in migratedb.v1.core.internal.schemahistory
Methods in migratedb.v1.core.internal.schemahistory with parameters of type MigrationTypeModifier and TypeMethodDescriptionabstract voidSchemaHistory.addAppliedMigration(int installedRank, Version version, String description, MigrationType type, String script, @Nullable Checksum checksum, int executionTime, boolean success) final voidSchemaHistory.addAppliedMigration(Version version, String description, MigrationType type, String script, @Nullable Checksum checksum, int executionTime, boolean success) Records a new applied migration.