|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractCursorItemReader | |
|---|---|
| org.springframework.batch.item.database | Infrastructure implementations of database based item readers and writers. |
| Uses of AbstractCursorItemReader in org.springframework.batch.item.database |
|---|
| Subclasses of AbstractCursorItemReader in org.springframework.batch.item.database | |
|---|---|
class |
JdbcCursorItemReader<T>
Simple item reader implementation that opens a JDBC cursor and continually retrieves the next row in the ResultSet. |
class |
StoredProcedureItemReader<T>
Item reader implementation that executes a stored procedure and then reads the returned cursor and continually retrieves the next row in the ResultSet. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||