class Update
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private DBObject |
filter |
private boolean |
isMulti |
private boolean |
isUpsert |
private DBObject |
updateOperations |
| Constructor and Description |
|---|
Update(DBObject filter,
DBObject updateOperations) |
| Modifier and Type | Method and Description |
|---|---|
(package private) DBObject |
getFilter() |
DBObject |
getUpdateOperations() |
boolean |
isMulti() |
(package private) boolean |
isUpsert() |
Update |
multi(boolean isMulti) |
Update |
upsert(boolean isUpsert) |