All Classes and Interfaces
Class
Description
Automatic running of DB Migrations.
Marks a class as configuration aware (JdbcMigrations) Configuration aware
classes get the migration configuration injected upon creation.
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.
Runs the DB migration typically on application start.
The version of a migration used so that migrations are processed in order.