Uses of Package
ac.simons.neo4j.migrations.core
Packages that use ac.simons.neo4j.migrations.core
Package
Description
The main entry package to Neo4j-Migrations.
The runtime infrastructure for configuring and creating instances of
Migrations
.Automatic configuration of Neo4j migrations for Spring Boot.
-
Classes in ac.simons.neo4j.migrations.core used by ac.simons.neo4j.migrations.coreClassDescriptionA 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 specialization of theOperationResult
that always affects a database, either the default one or a named other.Discoverer of migrations.Interface to be implemented for Java-based migrations.Base interface for any migration.Public information about an applied migration.Used for selecting how theMigrationChain
should be computed.A chain element describing a pending or applied migration.Parameter object / context for migrations to be applied.Configuration for Migrations.A builder to create new instances ofconfigurations
.Used for configuring the transaction mode in Cypher-based transactions.State of a migration.Type of a migration.A migrations version.Represents the result of some operations.The result of theMigrations.validate()
operation.The outcome of the validation. -
Classes in ac.simons.neo4j.migrations.core used by ac.simons.neo4j.migrations.quarkus.it.migrationsClassDescriptionInterface to be implemented for Java-based migrations.Base interface for any migration.Parameter object / context for migrations to be applied.
-
Classes in ac.simons.neo4j.migrations.core used by ac.simons.neo4j.migrations.quarkus.runtimeClassDescriptionA scanner for Cypher resources (resources ending with
Defaults.CYPHER_SCRIPT_EXTENSION
) available in the classpath.Discoverer of migrations.Interface to be implemented for Java-based migrations.Parameter object / context for migrations to be applied.Main entry to Neo4j MigrationsConfiguration for Migrations.Used for configuring the transaction mode in Cypher-based transactions. -
Classes in ac.simons.neo4j.migrations.core used by ac.simons.neo4j.migrations.springframework.boot.autoconfigureClassDescriptionUsed for configuring the transaction mode in Cypher-based transactions.