Uses of Class
org.springframework.batch.item.database.AbstractPagingItemReader
Packages that use AbstractPagingItemReader
Package
Description
Infrastructure implementations of database based item readers and writers.
-
Uses of AbstractPagingItemReader in org.springframework.batch.item.database
Subclasses of AbstractPagingItemReader in org.springframework.batch.item.databaseModifier and TypeClassDescriptionclassItemReaderfor reading database records built on top of Hibernate and reading only up to a fixed number of items at a time.classItemReaderfor reading database records using JDBC in a paging fashion.classItemReaderfor reading database records built on top of JPA.