Package org.springframework.batch.infrastructure.item.data
@NullMarked
package org.springframework.batch.infrastructure.item.data
Spring Data related readers and writers.
- Author:
- Michael Minella, Mahmoud Ben Hassine, Stefano Cordio
-
ClassDescriptionA base class that handles basic reading logic based on the paginated semantics of Spring Data's paginated facilities.Cursor-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.