Uses of Package
org.springframework.batch.item.data
Packages that use org.springframework.batch.item.data
Package
Description
Spring Data related readers and writers.
Builders for Spring Data item readers and writers.
-
Classes in org.springframework.batch.item.data used by org.springframework.batch.item.dataClassDescriptionA base class that handles basic reading logic based on the paginated semantics of Spring Data's paginated facilities.Operation mode of the item writer.
-
Classes in org.springframework.batch.item.data used by org.springframework.batch.item.data.builderClassDescriptionCursor-based
ItemReaderimplementation for MongoDB.AItemWriterimplementation that writes to a MongoDB store using an implementation of Spring Data'sMongoOperations.Operation mode of the item writer.RestartableItemReaderthat reads documents from MongoDB via a paging technique.AItemReaderthat reads records utilizing aPagingAndSortingRepository.AItemWriterwrapper for aCrudRepositoryfrom Spring Data.