Uses of Class
org.springframework.data.mongodb.core.aggregation.SortOperation
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SortOperation in org.springframework.data.mongodb.core.aggregation
Modifier and TypeMethodDescriptionSortOperation.and
(Sort.Direction direction, String... fields) static SortOperation
Factory method to create a newSortOperation
for the givenSort
.static SortOperation
Aggregation.sort
(Sort.Direction direction, String... fields) Modifier and TypeMethodDescriptionSetWindowFieldsOperation.SetWindowFieldsOperationBuilder.sortBy
(SortOperation sort) Set theSortOperation
to use.