Interface Context


public interface Context
The context relevant to a Java-based migration.
  • Method Details

    • getConfiguration

      Configuration getConfiguration()
      Returns:
      The configuration currently in use.
    • getConnection

      Connection getConnection()
      Returns:
      The JDBC connection being used. Transaction are managed by Flyway. When the context is passed to the migrate method, a transaction will already have been started if required and will be automatically committed or rolled back afterwards, unless the canExecuteInTransaction method has been implemented to return false.