Interface MigrationContext.MigrationStep

Enclosing class:
MigrationContext

public static interface MigrationContext.MigrationStep
A simple migration step to be performed
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Do you migration a safe and unitary way, so that in case this step fail it can be re-executed safely
  • Method Details

    • execute

      void execute() throws Exception
      Do you migration a safe and unitary way, so that in case this step fail it can be re-executed safely
      Throws:
      Exception