|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.springframework.data.mongodb.core.aggregation | |
|---|---|
| org.springframework.data.mongodb.core | MongoDB core support. |
| org.springframework.data.mongodb.core.aggregation | Support for the MongoDB aggregation framework. |
| Classes in org.springframework.data.mongodb.core.aggregation used by org.springframework.data.mongodb.core | |
|---|---|
| Aggregation
An Aggregation is a representation of a list of aggregation steps to be performed by the MongoDB Aggregation
Framework. |
|
| AggregationOperationContext
The context for an AggregationOperation. |
|
| AggregationResults
Collects the results of executing an aggregation operation. |
|
| TypedAggregation
A TypedAggregation is a special Aggregation that holds information of the input aggregation type. |
|
| Classes in org.springframework.data.mongodb.core.aggregation used by org.springframework.data.mongodb.core.aggregation | |
|---|---|
| Aggregation
An Aggregation is a representation of a list of aggregation steps to be performed by the MongoDB Aggregation
Framework. |
|
| AggregationOperation
Represents one single operation in an aggregation pipeline. |
|
| AggregationOperationContext
The context for an AggregationOperation. |
|
| ExposedFields
Value object to capture the fields exposed by an AggregationOperation. |
|
| ExposedFieldsAggregationOperationContext
Support class to implement AggregationOperations that will become an AggregationOperationContext as
well defining ExposedFields. |
|
| Field
Abstraction for a field. |
|
| Fields
Value object to capture a list of Field instances. |
|
| GroupOperation
Encapsulates the aggregation framework $group-operation. |
|
| GroupOperation.GroupOperationBuilder
Builder for GroupOperations on a field. |
|
| MatchOperation
Encapsulates the $match-operation |
|
| ProjectionOperation
Encapsulates the aggregation framework $project-operation. |
|
| ProjectionOperation.ProjectionOperationBuilder
Builder for ProjectionOperations on a field. |
|
| SkipOperation
Encapsulates the aggregation framework $skip-operation. |
|
| SortOperation
Encapsulates the aggregation framework $sort-operation. |
|
| TypedAggregation
A TypedAggregation is a special Aggregation that holds information of the input aggregation type. |
|
| UnwindOperation
Encapsulates the aggregation framework $unwind-operation. |
|
|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||