AbstractMDSMigration

public abstract class AbstractMDSMigration implements SpringJdbcMigration

This is an abstract class for java migrations. Flyway-core does not see java migration files inside motech-platform-dataservices, because of that we need this class here to invoke by reflections the real implementation of migrations.

Methods

getMigrationImplClassName

public abstract String getMigrationImplClassName()

Returns the class name of migration.

Returns:the class name of migration

migrate

public void migrate(JdbcTemplate jdbcTemplate)