Uses of Class
org.neo4j.cypherdsl.core.NamedPath
Packages that use NamedPath
-
Uses of NamedPath in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return NamedPathModifier and TypeMethodDescriptionNamedPath.OngoingNamedDefinition.definedBy(PatternElement pattern) Create a new named path based on aPatternElement.NamedPath.OngoingShortestPathDefinitionWithName.definedBy(Relationship relationship) Create a new named path based on a single relationship.NamedPath.OngoingDefinitionWithName.get()Create a new named path that references a given, symbolic name.static NamedPathNamedPath.select(PatternSelector patternSelector, PatternElement patternElement) Methods in org.neo4j.cypherdsl.core with parameters of type NamedPathModifier and TypeMethodDescriptionstatic FunctionInvocationCreates a function invocation forlength().Cypher.listBasedOn(NamedPath namedPath) Creates a list comprehension starting with anamed path.static FunctionInvocationCreates a function invocation fornodes{}.static FunctionInvocationCypher.relationships(NamedPath path) Creates a function invocation forrelationships{}.