| Class | Description |
|---|---|
| AbstractAggregateViewMigration | |
| AbstractBaselineCallback |
Base implementation for baselining schema setup.
|
| AbstractBoot3InitialSetupMigration |
Base implementation for initial Boot 3 schema
|
| AbstractBootVersionMigration |
The boot_version field will provide for indicating the version of
Spring Boot used by the application and by implication the
schema version of task and batch tables.
|
| AbstractCaseSensitiveMigration |
Provides for converting lower case table names to uppercase to ensure it works correctly with a MariaDB or MySQL installation with case-sensitive table or column names.
|
| AbstractInitialSetupMigration |
Base implementation for initial schema setup.
|
| AbstractMigrateUriRegistrySqlCommand |
Base implementation for a
SqlCommand copying data from
URI_REGISTRY table into app_registration table. |
| AbstractMigrateUriRegistrySqlCommand.AppRegistrationMigrationData |
Raw migration data from uri registry into app registration.
|
| DataFlowFlywayConfigurationCustomizer |
Flyway
FlywayConfigurationCustomizer bean customizing callbacks per
active db vendor. |
| PostgreSQLTextToOID |
Provides for converting text or longtext fields in PostgreSQL to OID.
|
| Exception | Description |
|---|---|
| DataFlowSchemaMigrationException |
Exception is thrown when an error occurs while migrating the dataflow schema.
|
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.