Package com.mongodb
Class QueryOperators
- java.lang.Object
-
- com.mongodb.QueryOperators
-
@Deprecated(since="2021-05-27") public class QueryOperators extends Object
Deprecated.Usage of this API is not supported in AEM as a Cloud Service.MongoDB keywords for various query operations.
-
-
Field Summary
Fields Modifier and Type Field Description static StringALLDeprecated.static StringANDDeprecated.static StringBOXDeprecated.static StringCENTERDeprecated.static StringCENTER_SPHEREDeprecated.static StringCOMMENTDeprecated.static StringELEM_MATCHDeprecated.static StringEXISTSDeprecated.static StringEXPLAINDeprecated.static StringGTDeprecated.static StringGTEDeprecated.static StringHINTDeprecated.static StringINDeprecated.static StringLANGUAGEDeprecated.static StringLTDeprecated.static StringLTEDeprecated.static StringMAXDeprecated.static StringMAX_DISTANCEDeprecated.static StringMAX_SCANDeprecated.static StringMINDeprecated.static StringMODDeprecated.static StringNEDeprecated.static StringNEARDeprecated.static StringNEAR_SPHEREDeprecated.static StringNINDeprecated.static StringNORDeprecated.static StringNOTDeprecated.static StringORDeprecated.static StringORDER_BYDeprecated.static StringPOLYGONDeprecated.static StringRETURN_KEYDeprecated.static StringSEARCHDeprecated.static StringSHOW_DISK_LOCDeprecated.static StringSIZEDeprecated.static StringSNAPSHOTDeprecated.static StringTEXTDeprecated.static StringTYPEDeprecated.static StringUNIQUE_DOCSDeprecated.static StringWHEREDeprecated.static StringWITHINDeprecated.
-
-
-
Field Detail
-
OR
public static final String OR
Deprecated.- See Also:
- Constant Field Values
-
AND
public static final String AND
Deprecated.- See Also:
- Constant Field Values
-
GT
public static final String GT
Deprecated.- See Also:
- Constant Field Values
-
GTE
public static final String GTE
Deprecated.- See Also:
- Constant Field Values
-
LT
public static final String LT
Deprecated.- See Also:
- Constant Field Values
-
LTE
public static final String LTE
Deprecated.- See Also:
- Constant Field Values
-
NE
public static final String NE
Deprecated.- See Also:
- Constant Field Values
-
IN
public static final String IN
Deprecated.- See Also:
- Constant Field Values
-
NIN
public static final String NIN
Deprecated.- See Also:
- Constant Field Values
-
MOD
public static final String MOD
Deprecated.- See Also:
- Constant Field Values
-
ALL
public static final String ALL
Deprecated.- See Also:
- Constant Field Values
-
SIZE
public static final String SIZE
Deprecated.- See Also:
- Constant Field Values
-
EXISTS
public static final String EXISTS
Deprecated.- See Also:
- Constant Field Values
-
ELEM_MATCH
public static final String ELEM_MATCH
Deprecated.- See Also:
- Constant Field Values
-
WHERE
public static final String WHERE
Deprecated.- See Also:
- Constant Field Values
-
NOR
public static final String NOR
Deprecated.- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
Deprecated.- See Also:
- Constant Field Values
-
NOT
public static final String NOT
Deprecated.- See Also:
- Constant Field Values
-
WITHIN
public static final String WITHIN
Deprecated.- See Also:
- Constant Field Values
-
NEAR
public static final String NEAR
Deprecated.- See Also:
- Constant Field Values
-
NEAR_SPHERE
public static final String NEAR_SPHERE
Deprecated.- See Also:
- Constant Field Values
-
BOX
public static final String BOX
Deprecated.- See Also:
- Constant Field Values
-
CENTER
public static final String CENTER
Deprecated.- See Also:
- Constant Field Values
-
POLYGON
public static final String POLYGON
Deprecated.- See Also:
- Constant Field Values
-
CENTER_SPHERE
public static final String CENTER_SPHERE
Deprecated.- See Also:
- Constant Field Values
-
MAX_DISTANCE
public static final String MAX_DISTANCE
Deprecated.- See Also:
- Constant Field Values
-
UNIQUE_DOCS
public static final String UNIQUE_DOCS
Deprecated.- See Also:
- Constant Field Values
-
TEXT
public static final String TEXT
Deprecated.- See Also:
- Constant Field Values
-
SEARCH
public static final String SEARCH
Deprecated.- See Also:
- Constant Field Values
-
LANGUAGE
public static final String LANGUAGE
Deprecated.- 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
-
-