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)NamedPathNamedPath.OngoingShortestPathDefinitionWithName. definedBy(Relationship relationship)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{}.
-