|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
all operator is similar to $in, but instead of matching any value in the specified array all values in the array must be matched.
all operator is similar to $in, but instead of matching any value in the specified array all values in the array must be matched.
in operator is analogous to the SQL IN modifier, allowing you
to specify an array of possible matches.
in operator is analogous to the SQL IN modifier, allowing you
to specify an array of possible matches.
instanceof java.util.List or java.util.Map
instanceof java.util.List or java.util.Map
instanceof java.util.List
instanceof java.util.List
instanceof java.util.Map
instanceof java.util.Map
nin operator is similar to $in except that it selects objects for
which the specified field does not have any value in the specified array.
nin operator is similar to $in except that it selects objects for
which the specified field does not have any value in the specified array.
size operator matches any array with the specified number of elements.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||