Package com.mongodb
Class QueryOperators
- java.lang.Object
 - 
- com.mongodb.QueryOperators
 
 
- 
public class QueryOperators extends Object
MongoDB keywords for various query operations.- MongoDB documentation
 - Query Operators
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringALLstatic StringANDstatic StringBOXstatic StringCENTERstatic StringCENTER_SPHEREstatic StringCOMMENTDeprecated.static StringELEM_MATCHstatic StringEXISTSstatic StringEXPLAINDeprecated.static StringGTstatic StringGTEstatic StringHINTDeprecated.static StringINstatic StringLANGUAGEstatic StringLTstatic StringLTEstatic StringMAXDeprecated.static StringMAX_DISTANCEstatic StringMAX_SCANDeprecated.static StringMINDeprecated.static StringMODstatic StringNEstatic StringNEARstatic StringNEAR_SPHEREstatic StringNINstatic StringNORstatic StringNOTstatic StringORstatic StringORDER_BYDeprecated.static StringPOLYGONstatic StringRETURN_KEYDeprecated.static StringSEARCHstatic StringSHOW_DISK_LOCDeprecated.static StringSIZEstatic StringSNAPSHOTDeprecated.static StringTEXTstatic StringTYPEstatic StringUNIQUE_DOCSstatic StringWHEREstatic StringWITHIN 
 - 
 
- 
- 
Field Detail
- 
OR
public static final String OR
- See Also:
 - Constant Field Values
 
 
- 
AND
public static final String AND
- See Also:
 - Constant Field Values
 
 
- 
GT
public static final String GT
- See Also:
 - Constant Field Values
 
 
- 
GTE
public static final String GTE
- See Also:
 - Constant Field Values
 
 
- 
LT
public static final String LT
- See Also:
 - Constant Field Values
 
 
- 
LTE
public static final String LTE
- See Also:
 - Constant Field Values
 
 
- 
NE
public static final String NE
- See Also:
 - Constant Field Values
 
 
- 
IN
public static final String IN
- See Also:
 - Constant Field Values
 
 
- 
NIN
public static final String NIN
- See Also:
 - Constant Field Values
 
 
- 
MOD
public static final String MOD
- See Also:
 - Constant Field Values
 
 
- 
ALL
public static final String ALL
- See Also:
 - Constant Field Values
 
 
- 
SIZE
public static final String SIZE
- See Also:
 - Constant Field Values
 
 
- 
EXISTS
public static final String EXISTS
- See Also:
 - Constant Field Values
 
 
- 
ELEM_MATCH
public static final String ELEM_MATCH
- See Also:
 - Constant Field Values
 
 
- 
WHERE
public static final String WHERE
- See Also:
 - Constant Field Values
 
 
- 
NOR
public static final String NOR
- See Also:
 - Constant Field Values
 
 
- 
TYPE
public static final String TYPE
- See Also:
 - Constant Field Values
 
 
- 
NOT
public static final String NOT
- See Also:
 - Constant Field Values
 
 
- 
WITHIN
public static final String WITHIN
- See Also:
 - Constant Field Values
 
 
- 
NEAR
public static final String NEAR
- See Also:
 - Constant Field Values
 
 
- 
NEAR_SPHERE
public static final String NEAR_SPHERE
- See Also:
 - Constant Field Values
 
 
- 
BOX
public static final String BOX
- See Also:
 - Constant Field Values
 
 
- 
CENTER
public static final String CENTER
- See Also:
 - Constant Field Values
 
 
- 
POLYGON
public static final String POLYGON
- See Also:
 - Constant Field Values
 
 
- 
CENTER_SPHERE
public static final String CENTER_SPHERE
- See Also:
 - Constant Field Values
 
 
- 
MAX_DISTANCE
public static final String MAX_DISTANCE
- See Also:
 - Constant Field Values
 
 
- 
UNIQUE_DOCS
public static final String UNIQUE_DOCS
- See Also:
 - Constant Field Values
 
 
- 
TEXT
public static final String TEXT
- See Also:
 - Constant Field Values
 
 
- 
SEARCH
public static final String SEARCH
- See Also:
 - Constant Field Values
 
 
- 
LANGUAGE
public static final String LANGUAGE
- See Also:
 - Constant Field Values
 
 
- 
RETURN_KEY
@Deprecated public static final String RETURN_KEY
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
MAX_SCAN
@Deprecated public static final String MAX_SCAN
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
ORDER_BY
@Deprecated public static final String ORDER_BY
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
EXPLAIN
@Deprecated public static final String EXPLAIN
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
SNAPSHOT
@Deprecated public static final String SNAPSHOT
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
MIN
@Deprecated public static final String MIN
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
MAX
@Deprecated public static final String MAX
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
SHOW_DISK_LOC
@Deprecated public static final String SHOW_DISK_LOC
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
HINT
@Deprecated public static final String HINT
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
COMMENT
@Deprecated public static final String COMMENT
Deprecated.- See Also:
 - Constant Field Values
 
 
 - 
 
 -