| Package | Description |
|---|---|
| io.ebean.dbmigration | |
| io.ebean.dbmigration.runner |
| Modifier and Type | Method and Description |
|---|---|
List<LocalMigrationResource> |
MigrationRunner.checkState()
Return the migrations that would be applied if the migration is run.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocalMigrationResource> |
LocalMigrationResources.getVersions()
Return the list of migration resources in version order.
|
List<LocalMigrationResource> |
MigrationTable.ran()
Return the migrations that have been run.
|
| Modifier and Type | Method and Description |
|---|---|
int |
LocalMigrationResource.compareTo(LocalMigrationResource o)
Default ordering by version.
|
boolean |
MigrationTable.shouldRun(LocalMigrationResource localVersion,
LocalMigrationResource priorVersion)
Return true if the migration ran successfully and false if the migration failed.
|
Copyright © 2017. All rights reserved.