Package org.springframework.batch.item.data
@NonNullApi
package org.springframework.batch.item.data
Spring Data related readers and writers.
- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassDescriptionA base class that handles basic reading logic based on the paginated semantics of Spring Data's paginated facilities.Cursor-based
ItemReaderimplementation for MongoDB.Deprecated, for removal: This API element is subject to removal in a future version.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.Deprecated.since 5.0 in favor of the item reader from ...Deprecated.since 5.0 in favor of the item writer from ...AItemReaderthat reads records utilizing aPagingAndSortingRepository.AItemWriterwrapper for aCrudRepositoryfrom Spring Data.
MongoPagingItemReaderinstead.