| 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 |
AddFieldsOperation
Adds new fields to documents.
|
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 |
MergeOperation
Encapsulates the
$merge-operation. |
class |
ProjectionOperation
Encapsulates the aggregation framework
$project-operation. |
class |
ReplaceRootOperation
Encapsulates the aggregation framework
$replaceRoot-operation. |
static class |
ReplaceRootOperation.ReplaceRootDocumentOperation
Encapsulates the aggregation framework
$replaceRoot-operation to result in a composable replacement
document. |
class |
ReplaceWithOperation
Encapsulates the aggregation framework
$replaceRoot-operation. |
class |
SetOperation
Adds new fields to documents.
|
class |
SetWindowFieldsOperation
Encapsulates the
setWindowFields-operation. |
class |
UnsetOperation
Removes fields from documents.
|
class |
UnwindOperation
Encapsulates the aggregation framework
$unwind-operation. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.