| Interface | Description |
|---|---|
| KernelAPI |
The main API through which access to the Neo4j kernel is made, both read
and write operations are supported as well as creating transactions.
|
| KernelTransaction |
Represents a transaction of changes to the underlying graph.
|
| StatementOperations |
Interface for accessing and modifying the underlying graph.
|
| Transactor.Work<RESULT,FAILURE extends KernelException> |
| Class | Description |
|---|---|
| DataStatement | |
| KernelTransactionImplementation |
This class should replace the
KernelTransaction interface, and take its name, as soon as
TransitionalTxManagementKernelTransaction is gone from server. |
| MicroTransaction<RESULT,FAILURE extends KernelException> |
A trusted unit of
Transactor.Work, that we know has been submitted through a Transactor. |
| ReadStatement | |
| SchemaStatement | |
| Statement | |
| StatementOperationParts | |
| Transactor |
| Enum | Description |
|---|---|
| EntityType |
| Exception | Description |
|---|---|
| InvalidTransactionTypeException |
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.