java.lang.Object
org.springframework.data.mongodb.core.aggregation.MatchOperation
All Implemented Interfaces:
AggregationOperation

public class MatchOperation extends Object implements AggregationOperation
Encapsulates the $match-operation.

We recommend to use the static factory method Aggregation.match(org.springframework.data.mongodb.core.query.Criteria) instead of creating instances of this class directly.

Since:
1.3
Author:
Sebastian Herold, Thomas Darimont, Oliver Gierke, Divya Srivastava
See Also: