Uses of Class
org.springframework.batch.item.database.AbstractCursorItemReader

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.
 



Copyright © 2013 SpringSource. All Rights Reserved.