Uses of Class
org.neo4j.cypherdsl.core.Relationship
-
Packages that use Relationship Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of Relationship in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return Relationship Modifier and Type Method Description RelationshipRelationship. length(java.lang.Integer minimum, java.lang.Integer maximum)Creates a new relationship with a new lengthRelationshipRelationship. max(java.lang.Integer maximum)Creates a new relationship with a new maximum lengthRelationshipRelationship. min(java.lang.Integer minimum)Creates a new relationship with a new minimum lengthRelationshipRelationship. named(java.lang.String newSymbolicName)Creates a copy of this relationship with a new symbolic name.RelationshipRelationship. named(SymbolicName newSymbolicName)Creates a copy of this relationship with a new symbolic name.RelationshipNode. relationshipBetween(Node other, java.lang.String... types)RelationshipNode. relationshipFrom(Node other, java.lang.String... types)RelationshipNode. relationshipTo(Node other, java.lang.String... types)RelationshipRelationship. unbounded()Creates a new relationship with an unbound length minimum lengthRelationshipRelationship. withProperties(java.lang.Object... keysAndValues)RelationshipRelationship. withProperties(MapExpression newProperties)Methods in org.neo4j.cypherdsl.core with parameters of type Relationship Modifier and Type Method Description NamedPathNamedPath.OngoingShortestPathDefinitionWithName. definedBy(Relationship relationship)Create a new named path based on a single relationship.static FunctionInvocationFunctions. endNode(Relationship relationship)Creates a function invocation forendNode{}.static FunctionInvocationFunctions. id(Relationship relationship)Creates a function invocation forid{}.static FunctionInvocationFunctions. properties(Relationship relationship)Creates a function invocation forproperties())on relationships.static FunctionInvocationFunctions. shortestPath(Relationship relationship)Creates a function invocation forshortestPath({}).static FunctionInvocationFunctions. startNode(Relationship relationship)Creates a function invocation forstartNode{}.static FunctionInvocationFunctions. type(Relationship relationship)Creates a function invocation fortype{}.
-