| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeTransactionData
EntityTransactionData for Nodes. |
interface |
RelationshipTransactionData
EntityTransactionData for Relationships. |
| Modifier and Type | Class and Description |
|---|---|
class |
FilteredNodeTransactionData
FilteredEntityTransactionData for Nodes. |
class |
FilteredRelationshipTransactionData
FilteredEntityTransactionData for Relationships. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract EntityTransactionData<T> |
FilteredEntityTransactionData.getWrapped()
Get the wrapped/decorated
EntityTransactionData. |
protected EntityTransactionData<org.neo4j.graphdb.Relationship> |
FilteredRelationshipTransactionData.getWrapped()
Get the wrapped/decorated
EntityTransactionData. |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyEntityTransactionData<T extends org.neo4j.graphdb.Entity>
EntityTransactionData that lazily initializes its internal structures (indexed transaction data)
as they are needed by callers to prevent unnecessary overheads. |
class |
LazyNodeTransactionData
LazyEntityTransactionData for Nodes. |
class |
LazyRelationshipTransactionData
LazyEntityTransactionData for Relationships. |
| Modifier and Type | Method and Description |
|---|---|
protected EntityTransactionData<org.neo4j.graphdb.Node> |
NodeSnapshot.transactionData()
Get data about the transaction relevant for the subclass.
|
protected abstract EntityTransactionData<T> |
EntitySnapshot.transactionData()
Get data about the transaction relevant for the subclass.
|
protected EntityTransactionData<org.neo4j.graphdb.Relationship> |
RelationshipSnapshot.transactionData()
Get data about the transaction relevant for the subclass.
|
Copyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.