PagingQueryProvider
implementations for supported databases.See: Description
| Interface | Description |
|---|---|
| PagingQueryProvider |
Interface defining the functionality to be provided for generating paging queries.
|
| Class | Description |
|---|---|
| AbstractSqlPagingQueryProvider |
Abstract SQL Paging Query Provider to serve as a base class for all provided SQL paging
query providers.
|
| AppDefinitionMixin |
Jackson Mixin used to define how to create an
AppDefinition when deserializing JSON |
| AppDeploymentRequestMixin |
Jackson Mixin used to create a new
AppDeploymentRequest during deserialization |
| Db2PagingQueryProvider |
IBM DB2 implementation of a
PagingQueryProvider using database specific
features. |
| H2PagingQueryProvider |
H2 implementation of a
PagingQueryProvider using database specific features. |
| HsqlPagingQueryProvider |
HSQLDB implementation of a
PagingQueryProvider using database specific
features. |
| JdbcParameterUtils |
Helper methods for SQL statement parameter parsing.
|
| MySqlPagingQueryProvider |
MySQL implementation of a
PagingQueryProvider using database specific features. |
| OraclePagingQueryProvider |
Oracle implementation of a
PagingQueryProvider using database specific
features. |
| PostgresPagingQueryProvider |
Postgres implementation of a
PagingQueryProvider using database specific
features. |
| SearchPageable |
Simple class that is composed of a
Pageable and several properties to
encapsulate findByTaskNameContains queries. |
| SqlPagingQueryProviderFactoryBean |
Factory bean for
PagingQueryProvider interface. |
| SqlPagingQueryUtils |
Utility class that generates the actual SQL statements used by query providers.
|
| SqlServerPagingQueryProvider |
Sql Server implementation of a
PagingQueryProvider using database specific
features. |
| UpperCaseSpringPhysicalNamingStrategy |
Override
isCaseInsensitive to always return false |
| Enum | Description |
|---|---|
| DatabaseType |
Enum representing a database type, such as Postgres or Oracle.
|
| Order |
The direction of the sort in an ORDER BY clause.
|
PagingQueryProvider
implementations for supported databases.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.