Uses of Interface
org.neo4j.driver.types.Relationship
Packages that use Relationship
Package
Description
-
Uses of Relationship in org.neo4j.driver
Methods in org.neo4j.driver that return RelationshipMethods in org.neo4j.driver that return types with arguments of type RelationshipModifier and TypeMethodDescriptionstatic Function<Value,
Relationship> Values.ofRelationship()
Converts values toRelationship
. -
Uses of Relationship in org.neo4j.driver.internal.types
Methods in org.neo4j.driver.internal.types that return RelationshipModifier and TypeMethodDescriptionInternalMapAccessorWithDefaultValue.get
(String key, Relationship defaultValue) Methods in org.neo4j.driver.internal.types with parameters of type RelationshipModifier and TypeMethodDescriptionInternalMapAccessorWithDefaultValue.get
(String key, Relationship defaultValue) -
Uses of Relationship in org.neo4j.driver.internal.value
Methods in org.neo4j.driver.internal.value that return RelationshipModifier and TypeMethodDescriptionRelationshipValue.asRelationship()
ValueAdapter.asRelationship()
Constructors in org.neo4j.driver.internal.value with parameters of type Relationship -
Uses of Relationship in org.neo4j.driver.types
Methods in org.neo4j.driver.types that return RelationshipModifier and TypeMethodDescriptionMapAccessorWithDefaultValue.get
(String key, Relationship defaultValue) Retrieve the value with the given key.Path.Segment.relationship()
Methods in org.neo4j.driver.types that return types with arguments of type RelationshipModifier and TypeMethodDescriptionPath.relationships()
Create an iterable over the relationships in this path.Methods in org.neo4j.driver.types with parameters of type RelationshipModifier and TypeMethodDescriptionboolean
Path.contains
(Relationship relationship) MapAccessorWithDefaultValue.get
(String key, Relationship defaultValue) Retrieve the value with the given key.