public abstract class Migration extends java.lang.Object implements java.lang.Comparable<Migration>
| Constructor and Description |
|---|
Migration() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Migration migration) |
abstract java.lang.String[] |
getStatements()
Returns the SQL statements which are to be executed in order to perform this migration.
|
abstract int |
getVersion()
Returns the database version for which to apply this migration.
|
public abstract int getVersion()
public abstract java.lang.String[] getStatements()