Spring Data MongoDB - Core

Uses of Class
org.springframework.data.mongodb.core.aggregation.ExposedFields

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.
 ExposedFields ProjectionOperation.getFields()
           
 ExposedFields FieldsExposingAggregationOperation.getFields()
          Returns the fields exposed by the AggregationOperation.
 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

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.