Spring Data MongoDB - Core

Uses of Class
org.springframework.data.mongodb.core.aggregation.SortOperation

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

Copyright © 2011-2013-2014 Pivotal. All Rights Reserved.