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 @NotNull NamedPathNamedPath.OngoingDefinitionWithName. definedBy(PatternElement patternElement)Create a new named path based on aPatternElementsingle node.NamedPathNamedPath.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 NamedPath Modifier and Type Method Description static @NotNull PatternComprehension.OngoingDefinitionWithPatternCypher. listBasedOn(NamedPath namedPath)Creates a list comprehension starting with anamed path.static @NotNull FunctionInvocationFunctions. nodes(@NotNull NamedPath path)Creates a function invocation fornodes{}.static @NotNull FunctionInvocationFunctions. relationships(@NotNull NamedPath path)Creates a function invocation forrelationships{}.
-