Uses of Class
org.springframework.data.mongodb.core.aggregation.SetOperators.SetIntersection
Packages that use SetOperators.SetIntersection
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SetOperators.SetIntersection in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return SetOperators.SetIntersectionModifier and TypeMethodDescriptionstatic SetOperators.SetIntersectionSetOperators.SetIntersection.arrayAsSet(String arrayReference) Creates newSetOperators.SetIntersectionstatic SetOperators.SetIntersectionSetOperators.SetIntersection.arrayAsSet(AggregationExpression expression) Creates newSetOperators.SetIntersection.SetOperators.SetIntersection.intersects(String... arrayReferences) Creates newSetOperators.SetIntersectionwith all previously added arguments appending the given one.SetOperators.SetIntersection.intersects(AggregationExpression... expressions) Creates newSetOperators.SetIntersectionwith all previously added arguments appending the given one.SetOperators.SetOperatorFactory.intersects(String... arrayReferences) Creates newAggregationExpressionthat takes array of the previously mentioned field and one or more arrays and returns an array that contains the elements that appear in every of those.SetOperators.SetOperatorFactory.intersects(AggregationExpression... expressions) Creates newAggregationExpressionthat takes array of the previously mentioned field and one or more arrays and returns an array that contains the elements that appear in every of those.