Uses of Interface
org.springframework.data.mongodb.core.bulk.Bulk
Packages that use Bulk
-
Uses of Bulk in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core with parameters of type BulkModifier and TypeMethodDescriptionMongoOperations.bulkWrite(Bulk bulk, BulkWriteOptions options) Executes the givenBulkto perform insert, update, and delete operations.MongoTemplate.bulkWrite(Bulk bulk, BulkWriteOptions options) ReactiveMongoOperations.bulkWrite(Bulk bulk, BulkWriteOptions options) Executes the givenBulkto perform insert, update, and delete operations.ReactiveMongoTemplate.bulkWrite(Bulk bulk, BulkWriteOptions options) -
Uses of Bulk in org.springframework.data.mongodb.core.bulk
Methods in org.springframework.data.mongodb.core.bulk that return BulkModifier and TypeMethodDescriptionBulk.BulkBuilder.build()Builds theBulkwith all operations added so far.static BulkBulk.create(Consumer<Bulk.BulkBuilder> builderCustomizer) Creates a newBulkby applying the given builder customizer to a freshBulk.BulkBuilder.