Uses of Interface
org.neo4j.cypherdsl.core.StatementBuilder.OngoingMatchAndReturnWithOrder
Packages that use StatementBuilder.OngoingMatchAndReturnWithOrder
-
Uses of StatementBuilder.OngoingMatchAndReturnWithOrder in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return StatementBuilder.OngoingMatchAndReturnWithOrderModifier and TypeMethodDescriptionStatementBuilder.TerminalOngoingOrderDefinition.ascending()Specifies ascending order and jumps back to defining the match and return statement.StatementBuilder.TerminalOngoingOrderDefinition.descending()Specifies descending order and jumps back to defining the match and return statement.StatementBuilder.TerminalExposesOrderBy.orderBy(Collection<SortItem> sortItem) Order the result set by one or moresort items.Order the result set by one or moresort items.