Uses of Class
org.neo4j.cypherdsl.core.NamedPath
-
Packages that use NamedPath Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of NamedPath in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return NamedPath Modifier and Type Method Description NamedPathNamedPath.OngoingDefinitionWithName. definedBy(RelationshipPattern pattern)Create a new named path based on a relationship pattern.NamedPathNamedPath.OngoingShortestPathDefinitionWithName. definedBy(Relationship relationship)Create a new named path based on a single relationship.NamedPathNamedPath.OngoingDefinitionWithName. get()Create a new named path that references a given, symbolic name.Methods in org.neo4j.cypherdsl.core with parameters of type NamedPath Modifier and Type Method Description static PatternComprehension.OngoingDefinitionWithPatternCypher. listBasedOn(NamedPath namedPath)Creates a list comprehension starting with anamed path.static FunctionInvocationFunctions. nodes(NamedPath path)Creates a function invocation fornodes{}.static FunctionInvocationFunctions. relationships(NamedPath path)Creates a function invocation forrelationships{}.
-