Class Neo4jNodeFactory

Object
Neo4jNodeFactory
All Implemented Interfaces:
NodeFactory

public class Neo4jNodeFactory extends Object implements NodeFactory
  • Constructor Details

    • Neo4jNodeFactory

      public Neo4jNodeFactory(Transaction tx, Label creationLabel)
  • Method Details

    • createNode

      public Neo4jNode createNode(long data)
      Specified by:
      createNode in interface NodeFactory
    • nilNode

      public Node nilNode()
      Specified by:
      nilNode in interface NodeFactory