|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MigrationInfoService
Info about all migrations, including applied, current and pending with details and status.
| Method Summary | |
|---|---|
MigrationInfo[] |
all()
Retrieves the full set of infos about applied, current and future migrations. |
MigrationInfo[] |
applied()
Retrieves the full set of infos about the migrations applied to the DB. |
MigrationInfo |
current()
Retrieves the information of the current applied migration, if any. |
MigrationInfo[] |
pending()
Retrieves the full set of infos about pending migrations, available locally, but not yet applied to the DB. |
| Method Detail |
|---|
MigrationInfo[] all()
MigrationInfo current()
null if no migrations have been applied yet.MigrationInfo[] pending()
MigrationInfo[] applied()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||