| 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 |
|---|---|
StatementOperationParts |
ThreadToStatementContextBridge.getCtxForReading() |
StatementOperationParts |
ThreadToStatementContextBridge.ReadOnly.getCtxForReading() |
StatementOperationParts |
ThreadToStatementContextBridge.getCtxForWriting() |
StatementOperationParts |
ThreadToStatementContextBridge.ReadOnly.getCtxForWriting() |
| Modifier and Type | Method and Description |
|---|---|
<T> StatementOperationParts |
StatementOperationParts.additionalPart(Class<T> cls,
T value) |
StatementOperationParts |
KernelTransaction.newStatementOperations()
Creates a new
statement which operations can be performed on. |
StatementOperationParts |
StatementOperationParts.override(KeyReadOperations keyReadOperations,
KeyWriteOperations keyWriteOperations,
EntityReadOperations entityReadOperations,
EntityWriteOperations entityWriteOperations,
SchemaReadOperations schemaReadOperations,
SchemaWriteOperations schemaWriteOperations,
SchemaStateOperations schemaStateOperations,
Object... alternatingAdditionalClassAndObject) |
StatementOperationParts |
KernelAPI.readOnlyStatementOperations() |
StatementOperationParts |
KernelAPI.statementOperations()
Returns a
context that can be used for read operations
that aren't associated with any specific transaction. |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.