Package org.neo4j.cypherdsl.core
Interface NamedPath.OngoingDefinitionWithName
-
- Enclosing class:
- NamedPath
public static interface NamedPath.OngoingDefinitionWithNamePartial path that has a name (p =).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamedPathdefinedBy(RelationshipPattern pattern)Create a new named path based on a relationship pattern.NamedPathget()Create a new named path that references a given, symbolic name.
-
-
-
Method Detail
-
definedBy
NamedPath definedBy(RelationshipPattern pattern)
Create a new named path based on a relationship pattern.- Parameters:
pattern- The pattern to be used as named path.- Returns:
- A named path.
-
get
NamedPath get()
Create a new named path that references a given, symbolic name. No checks are done if the referenced name actually points to a path.- Returns:
- A named path.
- Since:
- 2020.1.4
-
-