Package | Description |
---|---|
com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
org.bson |
This package contains bson classes required for the driver
|
Modifier and Type | Class and Description |
---|---|
class |
BasicDBObject
A basic implementation of BSON object that is MongoDB specific.
|
class |
CommandResult
A simple wrapper to hold the result of a command.
|
Modifier and Type | Method and Description |
---|---|
BasicBSONObject |
BasicBSONObject.append(String key,
Object val)
Add a key/value pair to this object
|
Copyright © 2016. All Rights Reserved.