Interface PropertyEntry<T>

Type Parameters:
T - The type of the entity the property belongs to, either Node or Relationship.

public interface PropertyEntry<T>
Represents a changed property. Instances of this interface represent the property as it is after the transaction when returned from TransactionData.assignedNodeProperties() or TransactionData.assignedRelationshipProperties(). Instances of this interface represent the property as it was before the transaction as well as how it will be after the transaction has been committed.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the entity that this property was modified on.
    key()
    Get the key of the modified property.
    Get the value of the modified property as it was before the transaction (which modified it) started.
    Get the value of the modified property.