Uses of Class
dev.morphia.query.FilterOperator
-
Packages that use FilterOperator Package Description dev.morphia.query -
-
Uses of FilterOperator in dev.morphia.query
Methods in dev.morphia.query that return FilterOperator Modifier and Type Method Description static FilterOperatorFilterOperator. fromString(String operator)Deprecated, for removal: This API element is subject to removal in a future version.Creates a FilterOperator from a Stringstatic FilterOperatorFilterOperator. valueOf(String name)Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.static FilterOperator[]FilterOperator. values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.morphia.query with parameters of type FilterOperator Modifier and Type Method Description protected TFieldEndImpl. addCriteria(FilterOperator op, Object val)Deprecated, for removal: This API element is subject to removal in a future version.protected TFieldEndImpl. addCriteria(FilterOperator op, Object val, boolean not)Deprecated, for removal: This API element is subject to removal in a future version.protected TFieldEndImpl. addGeoCriteria(FilterOperator op, Object val, Map<String,Object> opts)Deprecated, for removal: This API element is subject to removal in a future version.
-