| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
ExposedFields |
ExposedFields.and(org.springframework.data.mongodb.core.aggregation.ExposedFields.ExposedField field)
Creates a new
ExposedFields adding the given ExposedFields.ExposedField. |
static ExposedFields |
ExposedFields.from(org.springframework.data.mongodb.core.aggregation.ExposedFields.ExposedField... fields)
Creates a new
ExposedFields instance from the given ExposedFields.ExposedFields. |
ExposedFields |
GroupOperation.getFields() |
ExposedFields |
ProjectionOperation.getFields() |
ExposedFields |
FieldsExposingAggregationOperation.getFields()
Returns the fields exposed by the
AggregationOperation. |
static ExposedFields |
ExposedFields.nonSynthetic(Fields fields)
Creates non-synthetic
ExposedFields from the given Fields. |
static ExposedFields |
ExposedFields.synthetic(Fields fields)
Creates synthetic
ExposedFields from the given Fields. |
Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.