Package dev.morphia.query.filters
Class Filter
java.lang.Object
dev.morphia.query.filters.Filter
- Direct Known Subclasses:
CommentFilter
,GeoWithinFilter
,NearFilter
,RegexFilter
,TextSearchFilter
Base class for query filters
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Filter
- Parameters:
name
- the name of the filter
-
Filter
- Parameters:
name
- the name of the filterfield
- the fieldvalue
- the value
-
-
Method Details
-
not
Negates this filter by wrapping in "$not: {}"- Returns:
- this
- MongoDB documentation
- Query Filter: $not
-