| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FieldsExposingAggregationOperation.InheritsFieldsAggregationOperation
Marker interface for
AggregationOperation that inherits fields from previous operations. |
| Modifier and Type | Class and Description |
|---|---|
class |
BucketAutoOperation
Encapsulates the aggregation framework
$bucketAuto-operation. |
class |
BucketOperation
Encapsulates the aggregation framework
$bucket-operation. |
class |
BucketOperationSupport<T extends BucketOperationSupport<T,B>,B extends BucketOperationSupport.OutputBuilder<B,T>>
Base class for bucket operations that support output expressions the aggregation framework.
|
class |
CountOperation
Encapsulates the aggregation framework
$count-operation. |
class |
FacetOperation
Encapsulates the aggregation framework
$facet-operation. |
class |
GraphLookupOperation
Encapsulates the aggregation framework
$graphLookup-operation. |
class |
GroupOperation
Encapsulates the aggregation framework
$group-operation. |
class |
LookupOperation
Encapsulates the aggregation framework
$lookup-operation. |
class |
ProjectionOperation
Encapsulates the aggregation framework
$project-operation. |
class |
ReplaceRootOperation
Encapsulates the aggregation framework
$replaceRoot-operation. |
class |
UnwindOperation
Encapsulates the aggregation framework
$unwind-operation. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.