Spring Data MongoDB - Core

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

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

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

Methods in org.springframework.data.mongodb.core.aggregation that return UnwindOperation
static UnwindOperation Aggregation.unwind(String field)
          Factory method to create a new UnwindOperation for the field with the given name.
 


Spring Data MongoDB - Core

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