Uses of Package
org.springframework.batch.item.data
Package
Description
Spring Data related readers and writers.
Builders for Spring Data item readers and writers.
-
ClassDescriptionA base class that handles basic reading logic based on the paginated semantics of Spring Data's paginated facilities.Deprecated, for removal: This API element is subject to removal in a future version.Operation mode of the item writer.
-
ClassDescriptionCursor-based
ItemReader
implementation for MongoDB.Deprecated, for removal: This API element is subject to removal in a future version.UseMongoPagingItemReader
instead.AItemWriter
implementation that writes to a MongoDB store using an implementation of Spring Data'sMongoOperations
.Operation mode of the item writer.RestartableItemReader
that reads documents from MongoDB via a paging technique.Deprecated.since 5.0 in favor of the item reader from ...Deprecated.since 5.0 in favor of the item writer from ...AItemReader
that reads records utilizing aPagingAndSortingRepository
.AItemWriter
wrapper for aCrudRepository
from Spring Data.
MongoPagingItemReader
instead.