Version |
Version.apply(String id,
String migration) |
Apply a migration to produce a new version.
|
Version |
Version.apply(String id,
Collection<? extends Query> migration) |
Apply a migration to produce a new version.
|
Version |
Version.apply(String id,
Queries migration) |
Apply a migration to produce a new version.
|
Version |
Version.apply(String id,
Query... migration) |
Apply a migration to produce a new version.
|
Version |
Version.commit(String id,
String... meta) |
Commit a new Meta representation to the version graph.
|
Version |
Version.commit(String id,
Meta meta) |
Commit a new Meta representation to the version graph.
|
Version |
Version.commit(String id,
Source... meta) |
Commit a new Meta representation to the version graph.
|
Version |
Migration.from() |
The version that is being migrated from.
|
Version |
Versions.get(String id) |
Find a version by its id, or null , if no such version was
found.
|
Version |
Version.merge(String id,
Version with) |
Merge versions.
|
Version |
MigrationContext.migrationFrom() |
|
Version |
MigrationContext.migrationTo() |
|
Version |
MigrationContext.queriesFrom() |
|
Version |
MigrationContext.queriesTo() |
|
Version |
Version.root() |
Get the root version of this graph.
|
Version |
Versions.root() |
The root version of this graph.
|
Version |
Migration.to() |
The version that is being migrated to.
|
Version |
DSLContext.version(String id) |
|