Package | Description |
---|---|
org.springframework.cloud.task.repository.database.support |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSqlPagingQueryProvider
Abstract SQL Paging Query Provider to serve as a base class for all provided SQL paging
query providers.
|
class |
Db2PagingQueryProvider
IBM DB2 implementation of a
PagingQueryProvider using
database specific features. |
class |
H2PagingQueryProvider
H2 implementation of a
PagingQueryProvider using database specific features. |
class |
HsqlPagingQueryProvider
HSQLDB implementation of a
PagingQueryProvider using database specific
features. |
class |
MySqlPagingQueryProvider
MySQL implementation of a
PagingQueryProvider using database specific features. |
class |
OraclePagingQueryProvider
Oracle implementation of a
PagingQueryProvider using database specific
features. |
class |
PostgresPagingQueryProvider
Postgres implementation of a
PagingQueryProvider using database specific
features. |
class |
SqlServerPagingQueryProvider
Sql Server implementation of a
PagingQueryProvider using database specific
features. |
Modifier and Type | Method and Description |
---|---|
PagingQueryProvider |
SqlPagingQueryProviderFactoryBean.getObject()
Get a
PagingQueryProvider instance using the provided properties and
appropriate for the given database type. |
Modifier and Type | Method and Description |
---|---|
Class<PagingQueryProvider> |
SqlPagingQueryProviderFactoryBean.getObjectType()
Always returns
PagingQueryProvider . |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.