Uses of Class
org.springframework.data.mongodb.core.aggregation.SortOperation
Packages that use SortOperation
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SortOperation in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return SortOperationModifier and TypeMethodDescriptionSortOperation.and(Sort.Direction direction, String... fields) static SortOperationFactory method to create a newSortOperationfor the givenSort.static SortOperationAggregation.sort(Sort.Direction direction, String... fields) Methods in org.springframework.data.mongodb.core.aggregation with parameters of type SortOperationModifier and TypeMethodDescriptionSetWindowFieldsOperation.SetWindowFieldsOperationBuilder.sortBy(SortOperation sort) Set theSortOperationto use.