Uses of Class
org.springframework.batch.item.data.MongoItemReader
Package
Description
Spring Data related readers and writers.
Builders for Spring Data item readers and writers.
-
Uses of MongoItemReader in org.springframework.batch.item.data
Modifier and TypeClassDescriptionclass
RestartableItemReader
that reads documents from MongoDB via a paging technique. -
Uses of MongoItemReader in org.springframework.batch.item.data.builder
Modifier and TypeMethodDescriptionMongoItemReaderBuilder.build()
Deprecated, for removal: This API element is subject to removal in a future version.Validates and builds aMongoItemReader
.