Package | Description |
---|---|
com.mongodb | |
com.mongodb.client.model |
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(com.mongodb.client.model.Collation collation)
Sets the collation
|
DBCollectionRemoveOptions |
DBCollectionRemoveOptions.encoder(DBEncoder encoder)
Sets the encoder
|
DBCollectionRemoveOptions |
DBCollectionRemoveOptions.writeConcern(com.mongodb.WriteConcern writeConcern)
Sets the write concern
|
Copyright © 2017. All rights reserved.