Modifier and Type |
Method and Description |
static UpdateExp |
addToSet(Object value) |
static UpdateExp |
addToSet(String field,
Object value) |
static UpdateExp |
each(Object value) |
static UpdateExp |
inc(String field,
Number amount) |
static UpdateExp |
isolated() |
static UpdateExp |
max(Object value) |
static UpdateExp |
max(String field,
Object value) |
static UpdateExp |
min(Object value) |
static UpdateExp |
min(String field,
Object value) |
static UpdateExp |
mul(String field,
Number number) |
static UpdateExp |
pop(String field,
boolean first) |
static UpdateExp |
position(int position) |
static UpdateExp |
pull(String field,
Query query) |
static UpdateExp |
pullAll(String field,
Query... queries) |
static UpdateExp |
push(String field,
Object value) |
static UpdateExp |
pushAll(String field,
Params value) |
static UpdateExp |
rename(String field,
String newName) |
static UpdateExp |
set(Map object) |
static UpdateExp |
set(String field,
Object value) |
static UpdateExp |
setOnInsert(Map object) |
static UpdateExp |
setOnInsert(String field,
Object value) |
static UpdateExp |
sort(boolean asc) |
static UpdateExp |
unset(Fields fields) |
static UpdateExp |
unset(String field) |