Package | Description |
---|---|
com.allanbank.mongodb.bson.element | |
com.allanbank.mongodb.builder |
Provides domain classes and builders for queries and the common MongoDB commands.
|
Modifier and Type | Method and Description |
---|---|
StringElement |
StringElement.withName(String name)
Creates a new element with the same type and value as this element but
with the specified name.
|
Modifier and Type | Method and Description |
---|---|
static StringElement |
Sort.geo2d(String field)
Creates an 2D index specification, e.g.,
{ <field> : "2d" }.
|
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.