Uses of Class
ac.simons.neo4j.migrations.core.MigrationVersion
-
Uses of MigrationVersion in ac.simons.neo4j.migrations.core
Modifier and TypeFieldDescriptionprotected final MigrationVersion
AbstractCypherBasedMigration.version
The version of this migration.Modifier and TypeMethodDescriptionfinal MigrationVersion
AbstractCypherBasedMigration.getVersion()
default MigrationVersion
JavaBasedMigration.getVersion()
Migration.getVersion()
Modifier and TypeMethodDescriptionMigrations.apply()
Applies all discovered Neo4j migrations.Migrations.apply
(boolean log) Applies all discovered Neo4j migrations.default Optional<MigrationVersion>
MigrationChain.getLastAppliedVersion()
Modifier and TypeMethodDescriptiondefault Catalog
VersionedCatalog.getCatalogAt
(MigrationVersion version) Creates a view on this catalog at the definition ofversion
.default Catalog
VersionedCatalog.getCatalogPriorTo
(MigrationVersion version) Creates a view on this catalog prior to the definition ofversion
.Optional<CatalogItem<?>>
VersionedCatalog.getItem
(Name name, MigrationVersion version) A single item for a given version.Optional<CatalogItem<?>>
VersionedCatalog.getItemPriorTo
(Name name, MigrationVersion version) A single item prior to a given version.VersionedCatalog.getItems
(MigrationVersion version) A list of all items up to and including a given version.VersionedCatalog.getItemsPriorTo
(MigrationVersion version) A list of all items prior to a given version.