Class AggregationExpressionCriteria
java.lang.Object
org.springframework.data.mongodb.core.aggregation.AggregationExpressionCriteria
- All Implemented Interfaces:
CriteriaDefinition
- Since:
- 4.1
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionorg.bson.Document
GetDocument
representation.getKey()
Get the identifying key.whereExpr
(AggregationExpression expression)
-
Method Details
-
whereExpr
- Parameters:
expression
- must not be null.- Returns:
- new instance of
AggregationExpressionCriteria
.
-
getCriteriaObject
public org.bson.Document getCriteriaObject()Description copied from interface:CriteriaDefinition
GetDocument
representation.- Specified by:
getCriteriaObject
in interfaceCriteriaDefinition
- Returns:
- never null.
-
getKey
Description copied from interface:CriteriaDefinition
Get the identifying key.- Specified by:
getKey
in interfaceCriteriaDefinition
- Returns:
- can be null.
-