Uses of Package
org.springframework.data.mongodb.core.bulk
Packages that use org.springframework.data.mongodb.core.bulk
-
Classes in org.springframework.data.mongodb.core.bulk used by org.springframework.data.mongodb.coreClassDescriptionContainer for an ordered list of
bulk operationsthat modify documents in one or more collections within a single request.Result of aBulkwrite execution. -
Classes in org.springframework.data.mongodb.core.bulk used by org.springframework.data.mongodb.core.bulkClassDescriptionContainer for an ordered list of
bulk operationsthat modify documents in one or more collections within a single request.Builder for definingbulk operationsacross one or more collections.Builder for adding bulk operations (insert, update, replace, remove) to a single collection.A single operation (insert, update, replace, or remove) within aBulk.Remove operation: delete documents matching theBulkOperation.Remove.query().Update operation: update documents matching theBulkOperation.Update.query().Context for aBulkOperation, providing the target namespace (database and collection) and optional domain type used for mapping.Value object holding namespace (database and collection) information and an optional domain type used for mappingbulk operations.Execution order for bulk write operations.Result of aBulkwrite execution.