Package org.neo4j.cypher.javacompat.internal

Examples of org.neo4j.cypher.javacompat.internal.ServerExecutionEngine


    public CypherQueryExecutor(GraphDatabaseService gdb, Index index) {
      this.gdb = gdb;
        transactionManager = ((GraphDatabaseAPI) gdb).getDependencyResolver().resolveDependency(TransactionManager.class);
        this.index = index;
        executionEngine = new ServerExecutionEngine(gdb, StringLogger.SYSTEM);
    }
View Full Code Here

TOP

Related Classes of org.neo4j.cypher.javacompat.internal.ServerExecutionEngine

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.