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
-
ClassesClassDescriptionA base class that handles basic reading logic based on the paginated semantics of Spring Data's paginated facilities.GemfireItemWriter<K,
V> AnItemWriterthat stores items in GemFireRestartableItemReaderthat reads documents from MongoDB via a paging technique.AItemWriterimplementation that writes to a MongoDB store using an implementation of Spring Data'sMongoOperations.Deprecated.since 5.0 in favor of the item reader from https://github.com/spring-projects/spring-batch-extensions/blob/main/spring-batch-neo4jDeprecated.since 5.0 in favor of the item writer from https://github.com/spring-projects/spring-batch-extensions/blob/main/spring-batch-neo4jAItemReaderthat reads records utilizing aPagingAndSortingRepository.AItemWriterwrapper for aCrudRepositoryfrom Spring Data.A convenientGemfireItemWriterimplementation that uses aSpELItemKeyMapper