Uses of Class
org.springframework.data.mongodb.core.aggregation.UnwindOperation
Packages that use UnwindOperation
Package
Description
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 UnwindOperationModifier and TypeMethodDescriptionUnwindOperation.EmptyArraysBuilder.preserveNullAndEmptyArrays()Output documents if the array is null or empty.UnwindOperation.UnwindOperationBuilder.preserveNullAndEmptyArrays()UnwindOperation.EmptyArraysBuilder.skipNullAndEmptyArrays()Do not output documents if the array is null or empty.UnwindOperation.UnwindOperationBuilder.skipNullAndEmptyArrays()static UnwindOperationFactory method to create a newUnwindOperationfor the field with the given name.static UnwindOperationFactory method to create a newUnwindOperationfor the field with the given name andpreserveNullAndEmptyArrays.static UnwindOperationFactory method to create a newUnwindOperationfor the field with the given name including the name of a new field to hold the array index of the element asarrayIndex.static UnwindOperationFactory method to create a newUnwindOperationfor the field with the given name, including the name of a new field to hold the array index of the element asarrayIndexusingpreserveNullAndEmptyArrays.