Neo4j Enterprise

Uses of Interface
org.neo4j.kernel.api.StatementContext

Packages that use StatementContext
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.api   
 

Uses of StatementContext in org.neo4j.kernel
 

Methods in org.neo4j.kernel that return StatementContext
 StatementContext ThreadToStatementContextBridge.getCtxForReading()
           
 StatementContext ThreadToStatementContextBridge.getCtxForWriting()
           
 

Uses of StatementContext in org.neo4j.kernel.api
 

Methods in org.neo4j.kernel.api that return StatementContext
 StatementContext KernelAPI.newReadOnlyStatementContext()
          Returns a context that can be used for read operations that aren't associated with any specific transaction.
 StatementContext TransactionContext.newStatementContext()
          Creates a new statement which operations can be performed on.
 


Neo4j Enterprise

Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.