Uses of Class
org.neo4j.cypherdsl.core.SortItem
-
Packages that use SortItem Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of SortItem in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return SortItem Modifier and Type Method Description default SortItemExpression. ascending()The property does not track the sort items created here.SortItemNode. ascending()Creates a new sort item of this node in ascending order.SortItemSortItem. ascending()Creates a new sort item from this instance, setting the sort direction to ascending.default SortItemExpression. descending()The property does not track the sort items created here.SortItemNode. descending()Creates a new sort item of this node in descending order.SortItemSortItem. descending()Creates a new sort item from this instance, setting the sort direction to descending.static SortItemCypher. sort(Expression expression)static SortItemCypher. sort(Expression expression, SortItem.Direction direction)Methods in org.neo4j.cypherdsl.core with parameters of type SortItem Modifier and Type Method Description StatementBuilder.OrderableOngoingReadingAndWithWithWhereStatementBuilder.ExposesOrderBy. orderBy(SortItem... sortItem)Order the result set by one or moresort items.StatementBuilder.OngoingMatchAndReturnWithOrderStatementBuilder.TerminalExposesOrderBy. orderBy(SortItem... sortItem)Order the result set by one or moresort items.
-