All Classes and Interfaces
Class
Description
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.Goal that cleans the configured database.
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.
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.
Display help information on neo4j-migrations-maven-plugin.
Call
Call
mvn neo4j-migrations:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.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.
Allows to specify the type of the constraint.
Enumerates the different kinds of indexes.
Goal that retrieves information from the configured database about the migrations including applied, pending and current migrations.
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.
Accessor to messages shared between the core module and extensions.
Goal that applies the configured migrations.
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
Auto-configuration
for Neo4j migrations.Part of the
MigrationsProperties
that can only be changed during build time.Commandline interface to Neo4j migrations.
This formatter just returns the formatted message and doesn't react to any formatting.
Always log to stdout.
Configuration for Migrations.
A builder to create new instances of
configurations
.Used for configuring the transaction mode in Cypher-based transactions.
Handles POST requests from the dev-ui.
Triggered during development mode for contributing to the dev console.
An unchecked exception that is thrown when something didn't work as expected.
This processor produces two additional items:
A synthetic bean of type
Migrations
and an additional bean of type ServiceStartBuildItem
, the latter
indicating that all migrations have been applied (in case they are actually enabled).Shim between
MigrationsConfig
and the Smallrye configuration.Configuration properties for a migration instance.
Records both initialization of the
migration config
and the migrations
itself.Returning a list of migrations.
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.
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.Utilities to deal with some minor reflection tasks.
Contextual information passed to renderers.
Defines the version and the edition of the current context.
Allows adding idempotency to the context.
Allows adding idempotency to the context.
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.
A wrapper around a classpath resource written in a way so that Quarkus can serialize it to and load it from bytecode.
This resource scanner holds a list of
resource wrappers
, pointing to (Cypher) resources found
on the classpath.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
.A sample migration
Calling
Migrations.validate()
during verify phase.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