Uses of Interface
ac.simons.neo4j.migrations.core.Migration
Packages that use Migration
Package
Description
The main entry package to Neo4j-Migrations.
-
Uses of Migration in ac.simons.neo4j.migrations.core
Subinterfaces of Migration in ac.simons.neo4j.migrations.coreModifier and TypeInterfaceDescriptioninterface
Interface to be implemented for Java-based migrations.Classes in ac.simons.neo4j.migrations.core that implement MigrationModifier and TypeClassDescriptionclass
This is a utility class for everyMigration
that wants to provide Cypher to Neo4j-Migrations (via an extension).Methods in ac.simons.neo4j.migrations.core that return types with arguments of type MigrationModifier and TypeMethodDescriptionCypherResourceBasedMigrationProvider.handle
(ResourceContext ctx) DefaultCatalogBasedMigrationProvider.handle
(ResourceContext ctx) ResourceBasedMigrationProvider.handle
(ResourceContext ctx) Handles the resource of the given context and produces one or more new migrations. -
Uses of Migration in ac.simons.neo4j.migrations.formats.markdown
Methods in ac.simons.neo4j.migrations.formats.markdown that return types with arguments of type Migration -
Uses of Migration in ac.simons.neo4j.migrations.quarkus.it.migrations
Classes in ac.simons.neo4j.migrations.quarkus.it.migrations that implement Migration