Uses of Class
ac.simons.neo4j.migrations.core.MigrationVersion
Packages that use MigrationVersion
-
Uses of MigrationVersion in ac.simons.neo4j.migrations.core
Methods in ac.simons.neo4j.migrations.core that return MigrationVersionModifier and TypeMethodDescriptiondefault MigrationVersionJavaBasedMigration.getVersion()Migration.getVersion()Methods in ac.simons.neo4j.migrations.core that return types with arguments of type MigrationVersionMethods 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.