Class AbstractN4JSession

java.lang.Object
io.vertx.tp.plugin.neo4j.sync.AbstractN4JExecutor
io.vertx.tp.plugin.neo4j.AbstractN4JSession
All Implemented Interfaces:
Neo4JSession
Direct Known Subclasses:
N4JSession

public abstract class AbstractN4JSession extends AbstractN4JExecutor implements Neo4JSession
  • Field Details

    • driver

      protected transient org.neo4j.driver.Driver driver
    • graph

      protected transient String graph
  • Constructor Details

    • AbstractN4JSession

      protected AbstractN4JSession(String graph)
  • Method Details