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) Indicates if the items being passed to the writer are to be saved or removed from the data store.MongoItemWriterBuilder.template
(org.springframework.data.mongodb.core.MongoOperations template) Set theMongoOperations
to be used to save items to be written.