Interface ConfigurationAware


public interface ConfigurationAware
Marks a class as configuration aware (JdbcMigrations) Configuration aware classes get the migration configuration injected upon creation. The implementer is responsible for correctly storing the provided MigrationConfig (usually in a field).
Author:
Roland Praml, FOCONIS AG
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Set the configuration being used.
  • Method Details

    • setMigrationConfig

      void setMigrationConfig(MigrationConfig config)
      Set the configuration being used.