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

Example usage for Java org.springframework.batch.item.database.support SqlPagingQueryProviderFactoryBean 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 SqlPagingQueryProviderFactoryBean.

The text is from its open source code.

Constructor

Method

PagingQueryProvidergetObject()
Get a PagingQueryProvider instance using the provided properties and appropriate for the given database type.
voidsetDatabaseType(String databaseType)
voidsetDataSource(DataSource dataSource)
voidsetFromClause(String fromClause)
voidsetSelectClause(String selectClause)
voidsetSortKey(String key)
voidsetSortKeys(Map sortKeys)
voidsetWhereClause(String whereClause)