Class PostgresPagingQueryProvider

java.lang.Object
org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider
org.springframework.batch.item.database.support.PostgresPagingQueryProvider
All Implemented Interfaces:
PagingQueryProvider

public class PostgresPagingQueryProvider extends AbstractSqlPagingQueryProvider
Postgres implementation of a PagingQueryProvider using database specific features.

When using the groupClause, this implementation expects all select fields not used in aggregate functions to be included in the groupClause (the provider does not add them for you).

Since:
2.0
Author:
Thomas Risberg, Michael Minella, Mahmoud Ben Hassine