Uses of Interface
org.springframework.data.mongodb.core.bulk.BulkOperation
Packages that use BulkOperation
-
Uses of BulkOperation in org.springframework.data.mongodb.core.bulk
Subinterfaces of BulkOperation in org.springframework.data.mongodb.core.bulkModifier and TypeInterfaceDescriptionstatic interfaceInsert operation: insert a single document.static interfaceRemove operation: delete documents matching theBulkOperation.Remove.query().static interfaceRemove-one operation: delete the first document matching theBulkOperation.Remove.query().static interfaceReplace operation: replace the document matching theBulkOperation.Replace.query()with theBulkOperation.Replace.replacement()document.static interfaceUpdate operation: update documents matching theBulkOperation.Update.query().static interfaceUpdate-one operation: update the first document matching theBulkOperation.Update.query().Methods in org.springframework.data.mongodb.core.bulk that return types with arguments of type BulkOperationModifier and TypeMethodDescriptionBulk.operations()Returns the ordered list of bulk operations to execute.