| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| org.springframework.data.mongodb.util.aggregation |
| Modifier and Type | Method and Description |
|---|---|
ExposedFields.FieldReference |
AggregationOperationContext.getReference(Field field)
Returns a
ExposedFields.FieldReference for the given field. |
ExposedFields.FieldReference |
PrefixingDelegatingAggregationOperationContext.getReference(Field field) |
ExposedFields.FieldReference |
TypeBasedAggregationOperationContext.getReference(Field field) |
ExposedFields.FieldReference |
AggregationOperationContext.getReference(String name)
Returns the
ExposedFields.FieldReference for the field with the given name. |
ExposedFields.FieldReference |
PrefixingDelegatingAggregationOperationContext.getReference(String name) |
ExposedFields.FieldReference |
TypeBasedAggregationOperationContext.getReference(String name) |
protected ExposedFields.FieldReference |
RelaxedTypeBasedAggregationOperationContext.getReferenceFor(Field field) |
protected ExposedFields.FieldReference |
TypeBasedAggregationOperationContext.getReferenceFor(Field field) |
| Modifier and Type | Method and Description |
|---|---|
ExposedFields.FieldReference |
TestAggregationContext.getReference(Field field) |
ExposedFields.FieldReference |
TestAggregationContext.getReference(String name) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.