Spring Data MongoDB - Core

Uses of Interface
org.springframework.data.mongodb.core.aggregation.AggregationOperationContext

Packages that use AggregationOperationContext
org.springframework.data.mongodb.core MongoDB core support. 
org.springframework.data.mongodb.core.aggregation Support for the MongoDB aggregation framework. 
 

Uses of AggregationOperationContext in org.springframework.data.mongodb.core
 

Methods in org.springframework.data.mongodb.core with parameters of type AggregationOperationContext
protected
<O> AggregationResults<O>
MongoTemplate.aggregate(Aggregation aggregation, String collectionName, Class<O> outputType, AggregationOperationContext context)
           
 

Uses of AggregationOperationContext in org.springframework.data.mongodb.core.aggregation
 

Classes in org.springframework.data.mongodb.core.aggregation that implement AggregationOperationContext
 class ExposedFieldsAggregationOperationContext
          Support class to implement AggregationOperations that will become an AggregationOperationContext as well defining ExposedFields.
 class GroupOperation
          Encapsulates the aggregation framework $group-operation.
 class ProjectionOperation
          Encapsulates the aggregation framework $project-operation.
 class TypeBasedAggregationOperationContext
          AggregationOperationContext aware of a particular type and a MappingContext to potentially translate property references into document field names.
 class UnwindOperation
          Encapsulates the aggregation framework $unwind-operation.
 

Fields in org.springframework.data.mongodb.core.aggregation declared as AggregationOperationContext
static AggregationOperationContext Aggregation.DEFAULT_CONTEXT
           
 

Methods in org.springframework.data.mongodb.core.aggregation with parameters of type AggregationOperationContext
 com.mongodb.DBObject GeoNearOperation.toDBObject(AggregationOperationContext context)
           
 com.mongodb.DBObject MatchOperation.toDBObject(AggregationOperationContext context)
           
 com.mongodb.DBObject SortOperation.toDBObject(AggregationOperationContext context)
           
 com.mongodb.DBObject AggregationOperation.toDBObject(AggregationOperationContext context)
          Turns the AggregationOperation into a DBObject by using the given AggregationOperationContext.
 com.mongodb.DBObject ProjectionOperation.toDBObject(AggregationOperationContext context)
           
 com.mongodb.DBObject ProjectionOperation.ProjectionOperationBuilder.toDBObject(AggregationOperationContext context)
           
 com.mongodb.DBObject UnwindOperation.toDBObject(AggregationOperationContext context)
           
 com.mongodb.DBObject SkipOperation.toDBObject(AggregationOperationContext context)
           
 com.mongodb.DBObject GroupOperation.toDBObject(AggregationOperationContext context)
           
 com.mongodb.DBObject Aggregation.toDbObject(String inputCollectionName, AggregationOperationContext rootContext)
          Converts this Aggregation specification to a DBObject.
 


Spring Data MongoDB - Core

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