| Interface | Description |
|---|---|
| ConfigurationAware |
Marks a class as configuration aware (JdbcMigrations) Configuration aware
classes get the migration configuration injected upon creation.
|
| DbPlatformNames |
Known database platform names.
|
| JdbcMigration |
Interface to be implemented by Jdbc Java Migrations.
|
| JdbcMigrationFactory |
Factory to create and initialise a JdbcMigration.
|
| MigrationChecksumProvider |
Migration implementors that also implement this interface will be able to
specify their checksum (for validation), instead of having it automatically
computed or default to null (for Java Migrations).
|
| Class | Description |
|---|---|
| MigrationConfig |
Configuration used to run the migration.
|
| MigrationRunner |
Runs the DB migration typically on application start.
|
| MigrationVersion |
The version of a migration used so that migrations are processed in order.
|
| Exception | Description |
|---|---|
| MigrationException |
Copyright © 2018. All rights reserved.