Package org.neo4j.cypherdsl.core
Interface PatternComprehension.OngoingDefinitionWithPattern
-
- All Superinterfaces:
PatternComprehension.OngoingDefinitionWithoutReturn
- Enclosing class:
- PatternComprehension
public static interface PatternComprehension.OngoingDefinitionWithPattern extends PatternComprehension.OngoingDefinitionWithoutReturn
Allows to add a where clause into the definition of the pattern.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PatternComprehension.OngoingDefinitionWithPatternAndWherewhere(Condition condition)-
Methods inherited from interface org.neo4j.cypherdsl.core.PatternComprehension.OngoingDefinitionWithoutReturn
returning, returning
-
-
-
-
Method Detail
-
where
PatternComprehension.OngoingDefinitionWithPatternAndWhere where(Condition condition)
-
-