| Package | Description |
|---|---|
| com.mongodb |
The core mongodb package
|
| com.mongodb.client.model |
This package contains models and options that help describe MongoCollection operations
|
| Modifier and Type | Method and Description |
|---|---|
WriteResult |
DBCollection.remove(DBObject query,
DBCollectionRemoveOptions options)
Remove documents from a collection.
|
| Modifier and Type | Method and Description |
|---|---|
DBCollectionRemoveOptions |
DBCollectionRemoveOptions.collation(Collation collation)
Sets the collation
|
DBCollectionRemoveOptions |
DBCollectionRemoveOptions.encoder(DBEncoder encoder)
Sets the encoder
|
DBCollectionRemoveOptions |
DBCollectionRemoveOptions.writeConcern(WriteConcern writeConcern)
Sets the write concern
|
Copyright © 2017. All Rights Reserved.