| Interface | Description |
|---|---|
| EntityTransactionData<T extends org.neo4j.graphdb.Entity> |
An alternative API to
TransactionData for Entitys. |
| NodeTransactionData |
EntityTransactionData for Nodes. |
| RelationshipTransactionData |
EntityTransactionData for Relationships. |
| TransactionDataContainer |
A component that contains
NodeTransactionData and RelationshipTransactionData. |
| TransactionDataWrapper |
Wrapper of TransactionData. |
| Class | Description |
|---|---|
| BaseImprovedTransactionData |
Base-class for
ImprovedTransactionData implementations that delegates all work to
NodeTransactionData and RelationshipTransactionData provided by subclasses. |
Copyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.