Interface MigrationContext.MigrationStep
- Enclosing class:
- MigrationContext
public static interface MigrationContext.MigrationStep
A simple migration step to be performed
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Do you migration a safe and unitary way, so that in case this step fail it can be re-executed safely
-
Method Details
-
execute
Do you migration a safe and unitary way, so that in case this step fail it can be re-executed safely- Throws:
Exception
-