@NonNullApi
Package org.springframework.batch.item.data
Spring Data related readers and writers.
- Author:
- Michael Minella, Mahmoud Ben Hassine
Class Summary Class Description AbstractNeo4jItemReader<T> RestartableItemReaderthat reads objects from the graph database Neo4j via a paging technique.AbstractPaginatedDataItemReader<T> A 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 GemFireMongoItemReader<T> RestartableItemReaderthat reads documents from MongoDB via a paging technique.MongoItemWriter<T> AItemWriterimplementation that writes to a MongoDB store using an implementation of Spring Data'sMongoOperations.Neo4jItemReader<T> Extensions of theAbstractNeo4jItemReader.Neo4jItemWriter<T> AItemWriterimplementation that writes to a Neo4j database.RepositoryItemReader<T> AItemReaderthat reads records utilizing aPagingAndSortingRepository.RepositoryItemWriter<T> AItemReaderwrapper for aCrudRepositoryfrom Spring Data.SpELMappingGemfireItemWriter<K,V> A convenientGemfireItemWriterimplementation that uses aSpELItemKeyMapper