Uses of Class
org.neo4j.cypherdsl.core.SortItem
Packages that use SortItem
-
Uses of SortItem in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return SortItemModifier and TypeMethodDescriptiondefault SortItemExpression.ascending()The property does not track the sort items created here.Node.ascending()Creates a new sort item of this node in ascending order.SortItem.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.Node.descending()Creates a new sort item of this node in descending order.SortItem.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) default SortItemExpression.sorted(SortItem.Direction direction) Creates a new sort item with the given direction.Methods in org.neo4j.cypherdsl.core with parameters of type SortItemModifier and TypeMethodDescriptionOrder the result set by one or moresort items.Order the result set by one or moresort items.Method parameters in org.neo4j.cypherdsl.core with type arguments of type SortItemModifier and TypeMethodDescriptionstatic ClauseClauses.orderBy(List<SortItem> sortItems, Expression skip, Expression limit) Creates a standaloneORDER BYclause.StatementBuilder.ExposesOrderBy.orderBy(Collection<SortItem> sortItem) Order the result set by one or moresort items.StatementBuilder.TerminalExposesOrderBy.orderBy(Collection<SortItem> sortItem) Order the result set by one or moresort items.