Module spring.data.mongodb
Class SelectionOperators
java.lang.Object
org.springframework.data.mongodb.core.aggregation.SelectionOperators
Gateway to selection operators such as $bottom.
- Since:
- 4.0
- Author:
- Christoph Strobl
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAbstractAggregationExpressionto return the bottom element according to the specifiedorder.static classAbstractAggregationExpressionto return the $firstN elements.static classAbstractAggregationExpressionto return the $lastN elements.static classAbstractAggregationExpressionto return the top element according to the specifiedorder. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SelectionOperators
public SelectionOperators()
-