|
Neo4j Advanced | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyEntry | |
---|---|
org.neo4j.graphdb.event | Event framework. |
Uses of PropertyEntry in org.neo4j.graphdb.event |
---|
Methods in org.neo4j.graphdb.event that return types with arguments of type PropertyEntry | |
---|---|
Iterable<PropertyEntry<Node>> |
TransactionData.assignedNodeProperties()
Get the properties that had a value assigned or overwritten on a node during the transaction. |
Iterable<PropertyEntry<Relationship>> |
TransactionData.assignedRelationshipProperties()
Get the properties that had a value assigned on a relationship during the transaction. |
Iterable<PropertyEntry<Node>> |
TransactionData.removedNodeProperties()
Get the properties that had a value removed from a node during the transaction. |
Iterable<PropertyEntry<Relationship>> |
TransactionData.removedRelationshipProperties()
Get the properties that had a value removed from a relationship during the transaction. |
|
Neo4j Advanced | |||||||||
PREV NEXT | FRAMES NO FRAMES |