Uses of Class
org.springframework.data.mongodb.core.aggregation.SetOperators.SetOperatorFactory
Packages that use SetOperators.SetOperatorFactory
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SetOperators.SetOperatorFactory in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return SetOperators.SetOperatorFactoryModifier and TypeMethodDescriptionSetOperators.arrayAsSet(String fieldReference) Take the array referenced by given fieldReference.SetOperators.arrayAsSet(AggregationExpression expression) Take the array resulting from the givenAggregationExpression.