Class BaseSpringJdbcMigration

    • Constructor Detail

      • BaseSpringJdbcMigration

        public BaseSpringJdbcMigration()
        Deprecated.
    • Method Detail

      • setFlywayConfiguration

        public void setFlywayConfiguration​(FlywayConfiguration flywayConfiguration)
        Deprecated.
        Description copied from interface: ConfigurationAware
        Sets the current configuration. This method should not be called directly, it is called by Flyway itself.
        Specified by:
        setFlywayConfiguration in interface ConfigurationAware
        Parameters:
        flywayConfiguration - The current Flyway configuration.