|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortOperation | |
|---|---|
| org.springframework.data.mongodb.core.aggregation | 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 SortOperation | |
|---|---|
SortOperation |
SortOperation.and(Sort.Direction direction,
String... fields)
|
SortOperation |
SortOperation.and(Sort sort)
|
static SortOperation |
Aggregation.sort(Sort.Direction direction,
String... fields)
Factory method to create a new SortOperation for the given sort Sort.Direction and fields. |
static SortOperation |
Aggregation.sort(Sort sort)
Factory method to create a new SortOperation for the given Sort. |
|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||