Uses of Class
org.springframework.batch.item.data.builder.MongoItemWriterBuilder
Packages that use MongoItemWriterBuilder
Package
Description
Builders for Spring Data item readers and writers.
-
Uses of MongoItemWriterBuilder in org.springframework.batch.item.data.builder
Methods in org.springframework.batch.item.data.builder that return MongoItemWriterBuilderModifier 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.Modeto be applied by this writer.MongoItemWriterBuilder.template(org.springframework.data.mongodb.core.MongoOperations template) Set theMongoOperationsto be used to save items to be written.
mode(Mode)instead.