Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OrderableOngoingReadingAndWithWithWhere
Packages that use StatementBuilder.OrderableOngoingReadingAndWithWithWhere
-
Uses of StatementBuilder.OrderableOngoingReadingAndWithWithWhere in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return StatementBuilder.OrderableOngoingReadingAndWithWithWhereModifier and TypeMethodDescriptionStatementBuilder.ExposesOrderBy.orderBy(Collection<SortItem> sortItem) Order the result set by one or moresort items.Order the result set by one or moresort items.Adds a where clause to this match.default @NotNull StatementBuilder.OrderableOngoingReadingAndWithWithWhereStatementBuilder.OrderableOngoingReadingAndWithWithoutWhere.where(@NotNull RelationshipPattern pathPattern) Adds a where clause based on a path pattern to this match.