Uses of Class
org.springframework.data.mongodb.core.aggregation.MatchOperation
Packages that use MatchOperation
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of MatchOperation in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return MatchOperationModifier and TypeMethodDescriptionstatic MatchOperationAggregation.match(AggregationExpression expression) Creates a newMatchOperationusing the givenAggregationExpression.static MatchOperationCreates a newMatchOperationusing the givenCriteria.static MatchOperationAggregation.match(CriteriaDefinition criteria) Creates a newMatchOperationusing the givenCriteriaDefinition.