Package | Description |
---|---|
org.springframework.batch.item.database |
Infrastructure implementations of database based item readers and writers.
|
Modifier and Type | Class and Description |
---|---|
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 . |
Copyright © 2014 Pivotal. All rights reserved.