Class AbstractCypherBasedMigration

java.lang.Object
ac.simons.neo4j.migrations.core.AbstractCypherBasedMigration
All Implemented Interfaces:
Migration

public abstract class AbstractCypherBasedMigration extends Object implements Migration
This is a utility class for every Migration that wants to provide Cypher to Neo4j-Migrations (via an extension). For example this can be a format extension extracting Cypher from various text formats. This base class uses a CypherResource under the hood taking care of checksuming Cypher etc.
Since:
1.8.0
Author:
Michael J. Simons
Soundtrack
Koljah - Aber der Abgrund
  • Field Details

  • Constructor Details

    • AbstractCypherBasedMigration

      protected AbstractCypherBasedMigration(CypherResource cypherResource)
      Required to be called so that the cypherResource gets initialized proper
      Parameters:
      cypherResource - The resource to be dealt with
  • Method Details