| Class | Description |
|---|---|
| AbstractBaselineCallback |
Base implementation for baselining schema setup.
|
| AbstractCallback |
Base implementation providing some shared features for java based callbacks.
|
| 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.
|
| AbstractMigration |
Base implementation providing some shared features for java based migrations.
|
| DataFlowFlywayConfigurationCustomizer |
Flyway
FlywayConfigurationCustomizer bean customizing callbacks per
active db vendor. |
| SqlCommand |
Class keeping a sql command and its possible suppressing sql codes together.
|
| SqlCommandsRunner |
Simple utility class to run commands with a connection and possibly suppress
errors.
|
| SuppressSQLErrorCodesTranslator |
SQLErrorCodeSQLExceptionTranslator suppressing errors based on
configured list of codes by throwing dedicated SuppressDataAccessException. |
| Exception | Description |
|---|---|
| DataFlowSchemaMigrationException |
Exception is thrown when an error occurs while migrating the dataflow schema.
|
| SuppressDataAccessException |
Special type of
DataAccessException indicating that error can be
suppressed. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.