Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Method and Description |
---|---|
(package private) WriteResult |
DBCollection.executeWriteOperation(BaseWriteOperation operation) |
Modifier and Type | Class and Description |
---|---|
class |
DeleteOperation
An operation that deletes one or more documents from a collection.
|
class |
InsertOperation
An operation that inserts one or more documents into a collection.
|
class |
UpdateOperation
An operation that updates a document in a collection.
|
Modifier and Type | Method and Description |
---|---|
BaseWriteOperation |
BaseWriteOperation.bypassDocumentValidation(java.lang.Boolean bypassDocumentValidation)
Sets the bypass document level validation flag.
|