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 TypeMethodDescription@NotNull NamedPathNamedPath.OngoingDefinitionWithName.definedBy(PatternElement patternElement) Create a new named path based on aPatternElementsingle node.NamedPath.OngoingShortestPathDefinitionWithName.definedBy(Relationship relationship) Create a new named path based on a single relationship.@NotNull NamedPathNamedPath.OngoingDefinitionWithName.get()Create a new named path that references a given, symbolic name.Methods in org.neo4j.cypherdsl.core with parameters of type NamedPathModifier and TypeMethodDescriptionstatic @NotNull FunctionInvocationCreates a function invocation forlength{}.static @NotNull PatternComprehension.OngoingDefinitionWithPatternCypher.listBasedOn(NamedPath namedPath) Creates a list comprehension starting with anamed path.static @NotNull FunctionInvocationCreates a function invocation fornodes{}.static @NotNull FunctionInvocationFunctions.relationships(@NotNull NamedPath path) Creates a function invocation forrelationships{}.