| Class | Description |
|---|---|
| AbstractPaginatedDataItemReader<T> |
A base class that handles basic reading logic based on the paginated
semantics of Spring Data's paginated facilities.
|
| MongoItemReader<T> |
Restartable
ItemReader that reads documents from MongoDB
via a paging technique. |
| MongoItemWriter<T> |
A
ItemWriter implementation that writes to a MongoDB store using an implementation of Spring Data's
MongoOperations. |
| RepositoryItemReader<T> |
A
ItemReader that reads records utilizing
a PagingAndSortingRepository. |
| RepositoryItemWriter |
A
ItemReader wrapper for a
CrudRepository from Spring Data. |
Copyright © 2021 Pivotal. All rights reserved.