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