Uses of Class
org.springframework.batch.infrastructure.item.database.AbstractCursorItemReader
Packages that use AbstractCursorItemReader
Package
Description
Infrastructure implementations of database based item readers and writers.
-
Uses of AbstractCursorItemReader in org.springframework.batch.infrastructure.item.database
Modifier and TypeClassDescriptionclassSimple item reader implementation that opens a JDBC cursor and continually retrieves the next row in the ResultSet.classItem reader implementation that executes a stored procedure and then reads the returned cursor and continually retrieves the next row in theResultSet.