abstract class ModifyRequest extends WriteRequest
WriteRequest.Type| Modifier and Type | Field and Description |
|---|---|
private DBObject |
query |
private DBObject |
updateDocument |
private boolean |
upsert |
| Constructor and Description |
|---|
ModifyRequest(DBObject query,
boolean upsert,
DBObject updateDocument) |
| Modifier and Type | Method and Description |
|---|---|
DBObject |
getQuery() |
DBObject |
getUpdateDocument() |
boolean |
isMulti() |
boolean |
isUpsert() |
getType