Uses of Class
migratedb.v1.core.api.MigrationType
-
Packages that use MigrationType Package Description migratedb.v1.core.api MigrateDbException, MigrationInfo and related classes.migratedb.v1.core.api.internal.schemahistory migratedb.v1.core.api.resolver Interfaces for Migration resolvers.migratedb.v1.core.internal.resolver Private API.migratedb.v1.core.internal.schemahistory Private API. -
-
Uses of MigrationType in migratedb.v1.core.api
Methods in migratedb.v1.core.api that return MigrationType Modifier and Type Method Description static MigrationTypeMigrationType. fromString(String migrationType)MigrationTypeMigrationInfo. getType()static MigrationTypeMigrationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MigrationType[]MigrationType. values()Returns an array containing the constants of this enum type, 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 MigrationType Modifier and Type Method Description MigrationTypeAppliedMigration. getType()Constructors in migratedb.v1.core.api.internal.schemahistory with parameters of type MigrationType Constructor Description AppliedMigration(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 Modifier and Type Method Description MigrationTypeResolvedMigration. getType() -
Uses of MigrationType in migratedb.v1.core.internal.resolver
Methods in migratedb.v1.core.internal.resolver that return MigrationType Modifier and Type Method Description MigrationTypeResolvedMigrationImpl. getType()Constructors in migratedb.v1.core.internal.resolver with parameters of type MigrationType Constructor Description ResolvedMigrationImpl(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 MigrationType Modifier and Type Method Description abstract voidSchemaHistory. addAppliedMigration(int installedRank, Version version, String description, MigrationType type, String script, @Nullable Checksum checksum, int executionTime, boolean success)voidSchemaHistory. addAppliedMigration(Version version, String description, MigrationType type, String script, @Nullable Checksum checksum, int executionTime, boolean success)Records a new applied migration.
-