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 |
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(Boolean bypassDocumentValidation)
Sets the bypass document level validation flag.
|
Copyright © 2016. All Rights Reserved.