T
- the type of document to update. In practice this doesn't actually apply to updates but is here for consistency with the
other write modelspublic final class DeleteManyModel<T> extends WriteModel<T>
Constructor and Description |
---|
DeleteManyModel(Object filter)
Construct a new instance.
|
public DeleteManyModel(Object filter)
filter
- a document describing the query filter, which may not be null. The filter can be of any type for which a
Codec
is registeredpublic Object getFilter()