Java org.springframework.batch.item.database.support AbstractSqlPagingQueryProvider fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.item.database.support AbstractSqlPagingQueryProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.item.database.support AbstractSqlPagingQueryProvider.

The text is from its open source code.

Method

StringgenerateFirstPageQuery(int pageSize)
Method generating the query string to be used for retrieving the first page.
StringgenerateRemainingPagesQuery(int pageSize)
Method generating the query string to be used for retrieving the pages following the first page.
voidsetGroupClause(String groupClause)
The setter for the group by clause
voidsetSelectClause(String selectClause)
voidsetSortKeys(Map sortKeys)