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 TypeClassDescriptionclass
ItemReader
for reading database records using JDBC in a paging fashion.class
ItemReader
for reading database records built on top of JPA.