Interface MigrationProcess

All Known Implementing Classes:
Migration, Migration, Migration, Migration, Migration, Migration, Migration, Migration, Migration, Migration, Migration, Migration, Migration, Migration, Migration, Migration, Migration, MigrationProcessImpl

public interface MigrationProcess
  • Method Details

    • initialize

      void initialize(org.jdbi.v3.core.Handle handle)
    • getMigrationOps

      List<MigrationOps> getMigrationOps()
    • getDatabaseConnectionType

      String getDatabaseConnectionType()
    • getVersion

      String getVersion()
    • getMigrationsPath

      String getMigrationsPath()
    • getSchemaChangesFilePath

      String getSchemaChangesFilePath()
    • getPostDDLScriptFilePath

      String getPostDDLScriptFilePath()
    • runSchemaChanges

      void runSchemaChanges()
    • runDataMigration

      void runDataMigration()
    • runPostDDLScripts

      void runPostDDLScripts()
    • close

      void close()