Class UnwindOperation

java.lang.Object
org.springframework.data.mongodb.core.aggregation.UnwindOperation
All Implemented Interfaces:
AggregationOperation, FieldsExposingAggregationOperation, FieldsExposingAggregationOperation.InheritsFieldsAggregationOperation

Encapsulates the aggregation framework $unwind-operation.

We recommend to use the static factory method Aggregation.unwind(String) instead of creating instances of this class directly.

Since:
1.3
Author:
Thomas Darimont, Oliver Gierke, Mark Paluch, Christoph Strobl
See Also: