Class EmbeddedNeo4j

  • All Implemented Interfaces:
    AutoCloseable

    public class EmbeddedNeo4j
    extends Object
    implements AutoCloseable
    The Class EmbeddedNeo4j. An object that hold a Neo4j resource until it is closed.
    • Constructor Detail

      • EmbeddedNeo4j

        public EmbeddedNeo4j()
        Instantiates a new embedded Neo4j database instance.
    • Method Detail

      • commit

        public void commit​(Set<RepositoryObject> repositories)
        Commit the given repository object to the Neo4j database instance.
        Parameters:
        repositories - the repositories to commit