-
Interface to be implemented by Jdbc Java Migrations.
Factory to create and initialise a JdbcMigration.
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).
Configuration used to run the migration.
The current context while a migration runs.
A DB migration resource - typically a resource containing SQL.
The version of a migration used so that migrations are processed in order.