Uses of Interface
org.springframework.batch.item.database.PagingQueryProvider

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

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

Methods in org.springframework.batch.item.database with parameters of type PagingQueryProvider
 void JdbcPagingItemReader.setQueryProvider(PagingQueryProvider queryProvider)
           
 

Uses of PagingQueryProvider in org.springframework.batch.item.database.support
 

Classes in org.springframework.batch.item.database.support that implement PagingQueryProvider
 class AbstractSqlPagingQueryProvider
          Abstract SQL Paging Query Provider to serve as a base class for all provided SQL paging query providers.
 class Db2PagingQueryProvider
          DB2 implementation of a PagingQueryProvider using database specific features.
 class DerbyPagingQueryProvider
          Derby implementation of a PagingQueryProvider using standard SQL:2003 windowing functions.
 class HsqlPagingQueryProvider
          HSQLDB implementation of a PagingQueryProvider using database specific features.
 class MySqlPagingQueryProvider
          MySQL implementation of a PagingQueryProvider using database specific features.
 class OraclePagingQueryProvider
          Oracle implementation of a PagingQueryProvider using database specific features.
 class PostgresPagingQueryProvider
          Postgres implementation of a PagingQueryProvider using database specific features.
 class SqlServerPagingQueryProvider
          Sql Server implementation of a PagingQueryProvider using database specific features.
 class SqlWindowingPagingQueryProvider
          Generic Paging Query Provider using standard SQL:2003 windowing functions.
 class SybasePagingQueryProvider
          Sybase implementation of a PagingQueryProvider using database specific features.
 

Methods in org.springframework.batch.item.database.support that return types with arguments of type PagingQueryProvider
 Class<PagingQueryProvider> SqlPagingQueryProviderFactoryBean.getObjectType()
          Always returns PagingQueryProvider.
 



Copyright © 2009 SpringSource. All Rights Reserved.