| LocalDdlMigrationResource |
A DB migration resource (DDL script with version).
|
| LocalJdbcMigrationResource |
A DB migration resource (JdbcMigration with version).
|
| LocalMigrationResource |
A DB migration resource (DDL or Jdbc)
|
| LocalMigrationResources |
Loads the DB migration resources and sorts them into execution order.
|
| MigrationPlatform |
Handle database platform specific locking on db migration table.
|
| MigrationPlatform.NoLocking |
|
| MigrationPlatform.Postgres |
|
| MigrationPlatform.SqlServer |
|
| MigrationSchema |
Create Schema if needed and set current Schema in Migration
|
| MigrationTable |
Manages the migration table.
|
| ScriptTransform |
Transforms a SQL script given a map of key/value substitutions.
|