Uses of Class
org.springframework.data.mongodb.core.aggregation.ObjectOperators.MergeObjects
Packages that use ObjectOperators.MergeObjects
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ObjectOperators.MergeObjects in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ObjectOperators.MergeObjectsModifier and TypeMethodDescriptionstatic ObjectOperators.MergeObjectsCreates newaggregation expressionthat takes given values and combines them into a single document.ObjectOperators.ObjectOperatorFactory.merge()Creates newaggregation expressionthat takes the associated value and uses $mergeObjects as an accumulator within the $group stage.static ObjectOperators.MergeObjectsObjectOperators.MergeObjects.mergeValuesOf(String... fieldReferences) Creates newaggregation expressionthat takes the givenfield referencesand combines them into a single document.static ObjectOperators.MergeObjectsObjectOperators.MergeObjects.mergeValuesOf(AggregationExpression... expressions) Creates newaggregation expressionthat takes the result of the givenexpressionsand combines them into a single document.Creates newaggregation expressionby adding the given values (documents or mapped objects).Creates newaggregation expressionthat takes the associated value and combines it with the given values (documents or mapped objects) into a single document.ObjectOperators.MergeObjects.mergeWithValuesOf(String... fieldReferences) Creates newaggregation expressionby adding the givenfield references.ObjectOperators.MergeObjects.mergeWithValuesOf(AggregationExpression... expression) Creates newaggregation expressionby adding the givenexpressions.ObjectOperators.ObjectOperatorFactory.mergeWithValuesOf(String... fieldReferences) Creates newaggregation expressionthat takes the associated value and combines it with the values of the givenfield referencesinto a single document.ObjectOperators.ObjectOperatorFactory.mergeWithValuesOf(AggregationExpression... expression) Creates newaggregation expressionthat takes the associated value and combines it with the result values of the givenexpressionsinto a single document.