Interface MigrationContext.MigrationStep
-
- Enclosing class:
- MigrationContext
public static interface MigrationContext.MigrationStep
A simple migration step to be performed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute()
Do you migration a safe and unitary way, so that in case this step fail it can be re-executed safely
-