| 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 |
LazyDBList
A
LazyDBObject representing a BSON array. |
class |
LazyDBObject
An immutable
DBObject backed by a byte buffer that lazily provides keys and values on request. |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyBSONList
A
LazyBSONObject representing a BSON array. |
Copyright © 2016. All Rights Reserved.