| Package | Description |
|---|---|
| org.neo4j.storageengine.api.txstate |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeState
Represents the transactional changes to a node:
Labels that have been added
or removed.
Added and removed relationships.
Changes to properties.
|
interface |
RelationshipState
Represents the transactional changes to a relationship.
|
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.cursor.Cursor<PropertyItem> |
ReadableTransactionState.augmentPropertyCursor(org.neo4j.cursor.Cursor<PropertyItem> cursor,
PropertyContainerState propertyContainerState) |
org.neo4j.cursor.Cursor<PropertyItem> |
ReadableTransactionState.augmentSinglePropertyCursor(org.neo4j.cursor.Cursor<PropertyItem> cursor,
PropertyContainerState propertyContainerState,
int propertyKeyId) |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.