Uses of Interface
org.neo4j.bolt.connection.values.Relationship
Packages that use Relationship
-
Uses of Relationship in org.neo4j.bolt.connection.values
Methods in org.neo4j.bolt.connection.values that return RelationshipModifier and TypeMethodDescriptionValueFactory.relationship(long id, String elementId, long start, String startElementId, long end, String endElementId, String type, Map<String, Value> properties) Methods in org.neo4j.bolt.connection.values with parameters of type RelationshipModifier and TypeMethodDescriptionValueFactory.segment(Node start, Relationship relationship, Node end)