|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExposedFields | |
|---|---|
| org.springframework.data.mongodb.core.aggregation | Support for the MongoDB aggregation framework. |
| Uses of ExposedFields in org.springframework.data.mongodb.core.aggregation |
|---|
| Methods in org.springframework.data.mongodb.core.aggregation that return ExposedFields | |
|---|---|
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. |
protected abstract ExposedFields |
ExposedFieldsAggregationOperationContext.getFields()
|
protected ExposedFields |
ProjectionOperation.getFields()
|
protected ExposedFields |
UnwindOperation.getFields()
|
ExposedFields |
GroupOperation.getFields()
|
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. |
|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||