All Classes and Interfaces
Class
Description
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 specialization of the
OperationResult
that always affects a database, either the default one
or a named other.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.Goal that retrieves information from the configured database about the migrations including applied, pending and current migrations.
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.
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 a migration.
A migrations version.
Compares two Neo4j versions.
Represents the result of some operations.
Utilities to deal with some minor reflection tasks.
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.
A sample migration
Calling
Migrations.validate()
during verify phase.The result of the
Migrations.validate()
operation.The outcome of the validation.