Neo4j Community

Uses of Interface
org.neo4j.graphdb.event.PropertyEntry

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 Community

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.