Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDBCallback
This class overrides BasicBSONCallback to implement some extra features specific to the Database.
|
class |
LazyDBCallback
A
BSONCallback for the creation of LazyDBObject and LazyDBList instances. |
class |
LazyWriteableDBCallback
Deprecated.
This class will be removed in a future release. There is no replacement.
|
Modifier and Type | Method and Description |
---|---|
DBCallback |
DBCallbackFactory.create(DBCollection collection)
Creates a DBCallback for the given collection.
|
DBCallback |
LazyWriteableDBDecoder.getDBCallback(DBCollection collection)
Deprecated.
|
DBCallback |
LazyDBDecoder.getDBCallback(DBCollection collection) |
DBCallback |
DefaultDBDecoder.getDBCallback(DBCollection collection) |
DBCallback |
DBDecoder.getDBCallback(DBCollection collection)
Get a callback for the given collection.
|