public interface RelationshipTransactionData extends EntityTransactionData<org.neo4j.graphdb.Relationship>
EntityTransactionData for Relationships.| Modifier and Type | Method and Description |
|---|---|
Collection<org.neo4j.graphdb.Relationship> |
getCreated(org.neo4j.graphdb.Node node,
org.neo4j.graphdb.Direction direction,
org.neo4j.graphdb.RelationshipType... types)
Get all relationships for the given node and of the given directions and types, which have been created in the
transaction.
|
Collection<org.neo4j.graphdb.Relationship> |
getCreated(org.neo4j.graphdb.Node node,
org.neo4j.graphdb.RelationshipType... types)
Get all relationships for the given node and of the given types, which have been created in the transaction.
|
Collection<org.neo4j.graphdb.Relationship> |
getDeleted(org.neo4j.graphdb.Node node,
org.neo4j.graphdb.Direction direction,
org.neo4j.graphdb.RelationshipType... types)
Get all relationships for the given node and of the given directions and types, which have been deleted in the
transaction.
|
Collection<org.neo4j.graphdb.Relationship> |
getDeleted(org.neo4j.graphdb.Node node,
org.neo4j.graphdb.RelationshipType... types)
Get all relationships for the given node and of the given types, which have been deleted in the transaction.
|
changedProperties, createdProperties, deletedProperties, getAllChanged, getAllCreated, getAllDeleted, getChanged, getDeleted, hasBeenChanged, hasBeenCreated, hasBeenDeleted, hasPropertyBeenChanged, hasPropertyBeenCreated, hasPropertyBeenDeleted, propertiesOfDeletedEntityCollection<org.neo4j.graphdb.Relationship> getCreated(org.neo4j.graphdb.Node node, org.neo4j.graphdb.RelationshipType... types)
node - for which to get created relationships.types - of the created relationships. If no types are provided, all types are returned.Collection<org.neo4j.graphdb.Relationship> getCreated(org.neo4j.graphdb.Node node, org.neo4j.graphdb.Direction direction, org.neo4j.graphdb.RelationshipType... types)
node - for which to get created relationships.direction - of the created relationshipstypes - of the created relationships. If no types are provided, all types are returned.Collection<org.neo4j.graphdb.Relationship> getDeleted(org.neo4j.graphdb.Node node, org.neo4j.graphdb.RelationshipType... types)
node - for which to get deleted relationships.types - of the deleted relationships. If no types are provided, all types are returned.Collection<org.neo4j.graphdb.Relationship> getDeleted(org.neo4j.graphdb.Node node, org.neo4j.graphdb.Direction direction, org.neo4j.graphdb.RelationshipType... types)
node - for which to get deleted relationships.direction - of the deleted relationshipstypes - of the deleted relationships. If no types are provided, all types are returned.Copyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.