Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OngoingReadingWithWhere
-
Packages that use StatementBuilder.OngoingReadingWithWhere Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.OngoingReadingWithWhere in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return StatementBuilder.OngoingReadingWithWhere Modifier and Type Method Description StatementBuilder.OngoingReadingWithWhereExposesWhere. where(Condition condition)Adds a where clause to this fragement.default StatementBuilder.OngoingReadingWithWhereExposesWhere. where(RelationshipPattern pathPattern)Adds a where clause based on a path pattern to this match.
-