| Package | Description | 
|---|---|
| com.allanbank.mongodb.bson.builder.impl | 
 Provides the implementations for builders to aid in constructing BSON 
  
Documents. | 
| com.allanbank.mongodb.builder | 
 Provides domain classes and builders for queries and the common MongoDB commands. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArrayBuilderImpl
A builder for BSON arrays. 
 | 
class  | 
DocumentBuilderImpl
A builder for BSON documents. 
 | 
| Constructor and Description | 
|---|
AbstractBuilder.BuilderElement(String name,
                              AbstractBuilder builder)
Creates a new  
AbstractBuilder.BuilderElement. | 
AbstractBuilder(AbstractBuilder outerBuilder)
Creates a new builder. 
 | 
ArrayBuilderImpl(AbstractBuilder outerBuilder)
Creates a new  
ArrayBuilderImpl. | 
DocumentBuilderImpl(AbstractBuilder outerScope)
Creates a new builder. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AggregationGroupId.Builder
Builder provides the ability to construct a complex
  
AggregationGroupId. | 
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.