Package com.mongodb.client.model
Class WriteModel<T>
java.lang.Object
com.mongodb.client.model.WriteModel<T>
- Type Parameters:
T- the document type for storage
- Direct Known Subclasses:
DeleteManyModel,DeleteOneModel,InsertOneModel,ReplaceOneModel,UpdateManyModel,UpdateOneModel
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A base class for models that can be used in a bulk write operations.
- Since:
- 3.0
-
Method Summary