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

Packages that use AbstractPagingItemReader
org.springframework.batch.item.database Infrastructure implementations of database based item readers and writers. 
 

Uses of AbstractPagingItemReader in org.springframework.batch.item.database
 

Subclasses of AbstractPagingItemReader in org.springframework.batch.item.database
 class IbatisPagingItemReader<T>
           ItemReader for reading database records using iBATIS in a paging fashion.
 class JdbcPagingItemReader<T>
          ItemReader for reading database records using JDBC in a paging fashion.
 class JpaPagingItemReader<T>
          ItemReader for reading database records built on top of JPA.
 



Copyright © 2009 SpringSource. All Rights Reserved.