public interface MigrationInfo extends Comparable<MigrationInfo>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getChecksum() |
String |
getDescription() |
Integer |
getExecutionTime() |
Date |
getInstalledOn() |
String |
getScript() |
MigrationState |
getState() |
MigrationType |
getType() |
MigrationVersion |
getVersion() |
compareToMigrationType getType()
Integer getChecksum()
MigrationVersion getVersion()
String getDescription()
String getScript()
MigrationState getState()
Date getInstalledOn()
Integer getExecutionTime()
Copyright © 2013. All rights reserved.