| Name | Description | Type | Package | Framework |
| AbstractSqlPagingQueryProvider | Abstract SQL Paging Query Provider to serve as a base class for all providedSQL paging query providers. | Class | org.springframework.batch.item.database.support | Spring Batch |
| ColumnMapItemPreparedStatementSetter | keys are contained within a Map with the column name as the key. | Class | org.springframework.batch.item.database.support | Spring Batch |
| DataFieldMaxValueIncrementerFactory | Factory for creating DataFieldMaxValueIncrementer implementationsbased upon a provided string. | Interface | org.springframework.batch.item.database.support | Spring Batch |
| Db2PagingQueryProvider | DB2 implementation of a PagingQueryProvider usingdatabase specific features. | Class | org.springframework.batch.item.database.support | Spring Batch |
| DefaultDataFieldMaxValueIncrementerFactory | Default implementation of the DataFieldMaxValueIncrementerFactoryinterface. | Class | org.springframework.batch.item.database.support | Spring Batch |
| DerbyPagingQueryProvider | Derby implementation of a PagingQueryProvider using standard SQL:2003 windowing functions. | Class | org.springframework.batch.item.database.support | Spring Batch |
| H2PagingQueryProvider | H2 implementation of a PagingQueryProvider using database specific features. | Class | org.springframework.batch.item.database.support | Spring Batch |
| HsqlPagingQueryProvider | HSQLDB implementation of a PagingQueryProvider using database specific features. | Class | org.springframework.batch.item.database.support | Spring Batch |
| MySqlPagingQueryProvider | MySQL implementation of a PagingQueryProvider using database specific features. | Class | org.springframework.batch.item.database.support | Spring Batch |
| OraclePagingQueryProvider | Oracle implementation of aPagingQueryProvider using | Class | org.springframework.batch.item.database.support | Spring Batch |
| PostgresPagingQueryProvider | Postgres implementation of a PagingQueryProvider using database specific features. | Class | org.springframework.batch.item.database.support | Spring Batch |
| SqlitePagingQueryProvider | SQLite implementation of a PagingQueryProvider using database specificSince:3. | Class | org.springframework.batch.item.database.support | Spring Batch |
| SqlPagingQueryProviderFactoryBean | Factory bean for PagingQueryProvider interface. | Class | org.springframework.batch.item.database.support | Spring Batch |
| SqlPagingQueryUtils | Utility class that generates the actual SQL statements used by querySince:2. | Class | org.springframework.batch.item.database.support | Spring Batch |
| SqlServerPagingQueryProvider | SQL Server implementation of aPagingQueryProvider using | Class | org.springframework.batch.item.database.support | Spring Batch |
| SqlWindowingPagingQueryProvider | Generic Paging Query Provider using standard SQL:2003 windowing functions. | Class | org.springframework.batch.item.database.support | Spring Batch |
| SybasePagingQueryProvider | Sybase implementation of a PagingQueryProvider usingdatabase specific features. | Class | org.springframework.batch.item.database.support | Spring Batch |