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

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

Introduction

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

The text is from its open source code.

Method

StringgenerateFirstPageQuery(int pageSize)
Generate the query that will provide the first page, limited by the page size.
StringgenerateJumpToItemQuery(int itemIndex, int pageSize)
Generate the query that will provide the jump to item query.
StringgenerateRemainingPagesQuery(int pageSize)
Generate the query that will provide the first page, limited by the page size.
MapgetSortKeys()
The sort keys.
voidinit(DataSource dataSource)
Initialize the query provider using the provided DataSource if necessary.