| Package | Description |
|---|---|
| org.neo4j.kernel |
Implementation for embedding a Neo4j graph database in an application.
|
| org.neo4j.kernel.api |
| Modifier and Type | Method and Description |
|---|---|
StatementContext |
ThreadToStatementContextBridge.getCtxForReading() |
StatementContext |
ThreadToStatementContextBridge.getCtxForWriting() |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.