public interface MigrationInfoProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description for the migration history.
|
MigrationVersion |
getVersion()
Returns the version after the migration is complete.
|
boolean |
isUndo()
Whether this is an undo migration for a previously applied versioned migration.
|
MigrationVersion getVersion()
null for repeatable migrations.String getDescription()
null.boolean isUndo()
true if it is, false if not. Always false for repeatable migrations.Copyright © 2017. All rights reserved.