Spring Data MongoDB - Core

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

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

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

Methods in org.springframework.data.mongodb.core.aggregation that return SkipOperation
static SkipOperation Aggregation.skip(int elementsToSkip)
          Creates a new SkipOperation skipping the given number of elements.
 


Spring Data MongoDB - Core

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