| 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.
|
| AbstractMigration |
Base implementation providing some shared features for java based migrations.
|
| SkipperFlywayConfigurationCustomizer |
Flyway
FlywayConfigurationCustomizer bean customizing callbacks per
active db vendor. |
| SkipperFlywayMigrationStrategy |
Flyway
FlywayMigrationStrategy bean customizing migration process. |
| 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 |
|---|---|
| SuppressDataAccessException |
Special type of
DataAccessException indicating that error can be
suppressed. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.