Uses of Class
org.springframework.batch.item.data.builder.MongoItemWriterBuilder
Package
Description
Builders for Spring Data item readers and writers.
-
Uses of MongoItemWriterBuilder in org.springframework.batch.item.data.builder
Modifier and TypeMethodDescriptionMongoItemWriterBuilder.collection
(String collection) Set the name of the Mongo collection to be written to.MongoItemWriterBuilder.delete
(boolean delete) Deprecated, for removal: This API element is subject to removal in a future version.MongoItemWriterBuilder.mode
(MongoItemWriter.Mode mode) Set the operatingMongoItemWriter.Mode
to be applied by this writer.MongoItemWriterBuilder.template
(org.springframework.data.mongodb.core.MongoOperations template) Set theMongoOperations
to be used to save items to be written.
mode(Mode)
instead.