|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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 |
TypeBasedAggregationOperationContext
AggregationOperationContext aware of a particular type and a MappingContext to potentially translate
property references into document field names. |
| 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 |
AggregationOperation.toDBObject(AggregationOperationContext context)
Turns the AggregationOperation into a DBObject by using the given
AggregationOperationContext. |
com.mongodb.DBObject |
GroupOperation.toDBObject(AggregationOperationContext context)
|
com.mongodb.DBObject |
GeoNearOperation.toDBObject(AggregationOperationContext context)
|
com.mongodb.DBObject |
MatchOperation.toDBObject(AggregationOperationContext context)
|
com.mongodb.DBObject |
ProjectionOperation.toDBObject(AggregationOperationContext context)
|
com.mongodb.DBObject |
ProjectionOperation.ProjectionOperationBuilder.toDBObject(AggregationOperationContext context)
|
com.mongodb.DBObject |
SkipOperation.toDBObject(AggregationOperationContext context)
|
com.mongodb.DBObject |
SortOperation.toDBObject(AggregationOperationContext context)
|
com.mongodb.DBObject |
UnwindOperation.toDBObject(AggregationOperationContext context)
|
com.mongodb.DBObject |
Aggregation.toDbObject(String inputCollectionName,
AggregationOperationContext rootContext)
Converts this Aggregation specification to a DBObject. |
|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||