Uses of Class
ac.simons.neo4j.migrations.core.MigrationVersion
Packages that use MigrationVersion
-
Uses of MigrationVersion in ac.simons.neo4j.migrations.core
Fields in ac.simons.neo4j.migrations.core declared as MigrationVersionModifier and TypeFieldDescriptionprotected final MigrationVersionAbstractCypherBasedMigration.versionThe version of this migration.Methods in ac.simons.neo4j.migrations.core that return MigrationVersionModifier and TypeMethodDescriptionfinal MigrationVersionAbstractCypherBasedMigration.getVersion()default MigrationVersionJavaBasedMigration.getVersion()Migration.getVersion()Methods in ac.simons.neo4j.migrations.core that return types with arguments of type MigrationVersionModifier and TypeMethodDescriptionMigrations.apply()Applies all discovered Neo4j migrations.Migrations.apply(boolean log) Applies all discovered Neo4j migrations.default Optional<MigrationVersion>MigrationChain.getLastAppliedVersion()Methods in ac.simons.neo4j.migrations.core with parameters of type MigrationVersionModifier and TypeMethodDescriptiondefault CatalogVersionedCatalog.getCatalogAt(MigrationVersion version) Creates a view on this catalog at the definition ofversion.default CatalogVersionedCatalog.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.