Package | Description |
---|---|
com.allanbank.mongodb.builder |
Provides domain classes and builders for queries and the common MongoDB commands.
|
Modifier and Type | Method and Description |
---|---|
AggregationGroupId.Builder |
AggregationGroupId.Builder.addField(String fieldRef)
Adds a field reference to the id document.
|
AggregationGroupId.Builder |
AggregationGroupId.Builder.addField(String name,
String fieldRef)
Adds a field reference to the id document.
|
static AggregationGroupId.Builder |
AggregationGroupId.id()
Creates a builder to construct a complex _id value for the group.
|
Modifier and Type | Method and Description |
---|---|
Aggregate.Builder |
Aggregate.Builder.group(AggregationGroupId.Builder id,
AggregationGroupField... aggregations)
Adds a $group operation to the pipeline to aggregate
documents passing this point in the pipeline into a group of
documents.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.