Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OrderableOngoingReadingAndWithWithWhere
-
Packages that use StatementBuilder.OrderableOngoingReadingAndWithWithWhere Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of StatementBuilder.OrderableOngoingReadingAndWithWithWhere in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return StatementBuilder.OrderableOngoingReadingAndWithWithWhere Modifier and Type Method Description StatementBuilder.OrderableOngoingReadingAndWithWithWhereStatementBuilder.ExposesOrderBy. orderBy(SortItem... sortItem)Order the result set by one or moresort items.StatementBuilder.OrderableOngoingReadingAndWithWithWhereStatementBuilder.OrderableOngoingReadingAndWithWithoutWhere. where(Condition condition)Adds a where clause to this match.default StatementBuilder.OrderableOngoingReadingAndWithWithWhereStatementBuilder.OrderableOngoingReadingAndWithWithoutWhere. where(RelationshipPattern pathPattern)Adds a where clause based on a path pattern to this match.
-