Spring Data MongoDB - Core

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

Packages that use LimitOperation
org.springframework.data.mongodb.core.aggregation Support for the MongoDB aggregation framework. 
 

Uses of LimitOperation in org.springframework.data.mongodb.core.aggregation
 

Methods in org.springframework.data.mongodb.core.aggregation that return LimitOperation
static LimitOperation Aggregation.limit(long maxElements)
          Creates a new LimitOperation limiting the result to the given number of elements.
 


Spring Data MongoDB - Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.