All Classes and Interfaces

Class
Description
This is a utility class for every Migration that wants to provide Cypher to Neo4j-Migrations (via an extension).
A utility class to avoid duplication of common characteristics of migration providers.
Represents a schema of Constraints Indizes and probably other things in the future to come.
This represents a diff results between two catalogs.
An item in the catalog (of either a single migration or the whole context with the merged catalog).
A scanner for Cypher resources (resources ending with Defaults.CYPHER_SCRIPT_EXTENSION) available in the classpath.
Result of a clean operation.
Provides detailed information about the connection being used when invoking any method that talks to the database.
A somewhat Neo4j version independent representation of a constraint.
Constraints available for both nodes and relationships.
Allows to specify the type of the constraint.
Programmatic way of defining constraints for nodes.
Programmatic way of defining constraints for relationships.
Enumerates the different kinds of constraints.
Represents the available changes to the Graph done by a refactoring.
An empty instance.
A customizable refactoring.
Abstraction over Cypher resources.
Terminal step of building a resource
Default handler for cypher resources.
A specialization of the OperationResult that always affects a database, either the default one or a named other.
Default handler for xml resources.
Defaults for Migrations configuration.
Discoverer of migrations.
A somewhat Neo4j version independent representation of an index.
Programmatic way of defining indexes.
A fulltext builder, the only index allowing multiple types when being created.
Marker for the step after an index has been given a name.
Fulltext is the only index available for multiple labels and multiple types in on go.
Allows to specify the type of the constraint.
Enumerates the different kinds of indexes.
Marker interface for detailed item type specifications (such as a unique constraint or a BTREE index).
Interface to be implemented for Java-based migrations.
 
A location type.
Refactoring that allows merging of entities.
A property merge policy defines how properties with the same name defined on several nodes to be merged should be handled.
The strategy how to deal with multiple properties of the same name.
Accessor to messages shared between the core module and extensions.
Migrates existing B-tree indexes and constraints backed by such indexes to Neo4j 5.0+ and higher supported indexes.
Base interface for any migration.
Public information about an applied migration.
Used for selecting how the MigrationChain should be computed.
A chain element describing a pending or applied migration.
Parameter object / context for migrations to be applied.
Main entry to Neo4j Migrations
Configuration for Migrations.
A builder to create new instances of configurations.
Used for configuring the transaction mode in Cypher-based transactions.
An unchecked exception that is thrown when something didn't work as expected.
State of a migration.
Type of migration.
A migrations version.
The unique id of an item.
Represents a Neo4j edition.
Simplified Neo4j version, fuzzy if you want so (just looking at Major.Minor, not the patches).
Compares two Neo4j versions strings.
A simple implementation of NodeSetData, working on a flat list of nodes.
This no-operation context is used while computing checksums of XML.
Normalizes Graph properties
Represents the result of some operations.
The operator to an operation.
Same semantics as org.springframework.core.Ordered: The actual order can be interpreted as prioritization, with the first object (with the lowest order value) having the highest priority.
A simplification over a standard .
Defines a feature set for any newly opened query runner.
Executable definition of a refactoring.
A wrapper around access to a Neo4j database.
Renames entities or properties of entities.
Contextual information passed to renderers.
Deprecated.
Not meant to be part of a public API, but cannot restrict it in Java 8
Defines the version and the edition of the current context.
Additional options passed to a Cypher renderer.
Allows adding idempotency to the context.
Allows adding idempotency to the context.
Additional options passed to an XML renderer.
Renders constraints.
Target formats
An interface defining a provider with a set of supported extension and a mapper from resource to Migration.
A context in which a resource with a given URL was discovered.
Internally used String utilities.
Enumerates possible target entities of constraints and indexes.
A throwing error handler used when building documents for which a scheme is available.
Unchecked analogue to UncheckedIOException.
The result of the Migrations.validate() operation.
The outcome of the validation.
An extended catalog keeping track of items as defined by catalog based migrations and their version.
Constants used throughout parsing and reading / writing elements and attributes of xml and database constraints.
Shared factories and other utilities around XML processing