|
Spring Data MongoDB - Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.mongodb.core.aggregation.MatchOperation
public class MatchOperation
Encapsulates the $match-operation
http://docs.mongodb.org/manual/reference/aggregation/match/| Constructor Summary | |
|---|---|
MatchOperation(Criteria criteria)
Deprecated. Use MatchOperation(CriteriaDefinition) instead. This constructor is scheduled
for removal in the next versions. |
|
MatchOperation(CriteriaDefinition criteriaDefinition)
Creates a new MatchOperation for the given CriteriaDefinition. |
|
| Method Summary | |
|---|---|
com.mongodb.DBObject |
toDBObject(AggregationOperationContext context)
Turns the AggregationOperation into a DBObject by using the given
AggregationOperationContext. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated public MatchOperation(Criteria criteria)
MatchOperation(CriteriaDefinition) instead. This constructor is scheduled
for removal in the next versions.
MatchOperation for the given Criteria.
criteria - must not be null.public MatchOperation(CriteriaDefinition criteriaDefinition)
MatchOperation for the given CriteriaDefinition.
criteriaDefinition - must not be null.| Method Detail |
|---|
public com.mongodb.DBObject toDBObject(AggregationOperationContext context)
AggregationOperationAggregationOperation into a DBObject by using the given
AggregationOperationContext.
toDBObject in interface AggregationOperation
|
Spring Data MongoDB - Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||