public class LazyTransactionData extends BaseImprovedTransactionData implements ImprovedTransactionData, TransactionDataContainer
ImprovedTransactionData delegating all work to LazyNodeTransactionData
and LazyRelationshipTransactionData.| Constructor and Description |
|---|
LazyTransactionData(org.neo4j.graphdb.event.TransactionData transactionData)
Create an instance from Neo4j
TransactionData. |
| Modifier and Type | Method and Description |
|---|---|
NodeTransactionData |
getNodeTransactionData()
Get
NodeTransactionData to delegate to. |
RelationshipTransactionData |
getRelationshipTransactionData()
Get
RelationshipTransactionData to delegate to. |
assignedLabels, changedProperties, changedProperties, createdProperties, createdProperties, deletedProperties, deletedProperties, getAllChangedNodes, getAllChangedRelationships, getAllCreatedNodes, getAllCreatedRelationships, getAllDeletedNodes, getAllDeletedRelationships, getChanged, getChanged, getDeleted, getDeleted, getDeletedRelationships, getDeletedRelationships, getWrapped, hasBeenChanged, hasBeenChanged, hasBeenCreated, hasBeenCreated, hasBeenDeleted, hasBeenDeleted, hasLabelBeenAssigned, hasLabelBeenRemoved, hasPropertyBeenChanged, hasPropertyBeenChanged, hasPropertyBeenCreated, hasPropertyBeenCreated, hasPropertyBeenDeleted, hasPropertyBeenDeleted, mutationsOccurred, mutationsToStrings, removedLabelsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassignedLabels, changedProperties, changedProperties, createdProperties, createdProperties, deletedProperties, deletedProperties, getAllChangedNodes, getAllChangedRelationships, getAllCreatedNodes, getAllCreatedRelationships, getAllDeletedNodes, getAllDeletedRelationships, getChanged, getChanged, getDeleted, getDeleted, getDeletedRelationships, getDeletedRelationships, hasBeenChanged, hasBeenChanged, hasBeenCreated, hasBeenCreated, hasBeenDeleted, hasBeenDeleted, hasLabelBeenAssigned, hasLabelBeenRemoved, hasPropertyBeenChanged, hasPropertyBeenChanged, hasPropertyBeenCreated, hasPropertyBeenCreated, hasPropertyBeenDeleted, hasPropertyBeenDeleted, mutationsOccurred, mutationsToStrings, removedLabelsgetWrappedpublic LazyTransactionData(org.neo4j.graphdb.event.TransactionData transactionData)
TransactionData.transactionData - data about the transaction.public NodeTransactionData getNodeTransactionData()
NodeTransactionData to delegate to.getNodeTransactionData in interface TransactionDataContainergetNodeTransactionData in class BaseImprovedTransactionDatapublic RelationshipTransactionData getRelationshipTransactionData()
RelationshipTransactionData to delegate to.getRelationshipTransactionData in interface TransactionDataContainergetRelationshipTransactionData in class BaseImprovedTransactionDataCopyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.