Package | Description |
---|---|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
FindAndDeleteOperation<T>
An operation that atomically finds and deletes a single document.
|
class |
FindAndReplaceOperation<T>
An operation that atomically finds and replaces a single document.
|
class |
FindAndUpdateOperation<T>
An operation that atomically finds and updates a single document.
|