Uses of Class
org.springframework.batch.item.database.AbstractPagingItemReader
Package
Description
Infrastructure implementations of database based item readers and writers.
-
Uses of AbstractPagingItemReader in org.springframework.batch.item.database
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 5.0 for removal in 5.2.class
ItemReader
for reading database records using JDBC in a paging fashion.class
ItemReader
for reading database records built on top of JPA.