public static interface DatabaseClient.SelectSpec<S extends DatabaseClient.SelectSpec<S>>
SELECT
options leading to the exchange.Modifier and Type | Method and Description |
---|---|
S |
matching(org.springframework.data.relational.core.query.CriteriaDefinition criteria)
Configure a filter
CriteriaDefinition . |
default S |
orderBy(Sort.Order... orders)
Configure
Sort . |
S |
orderBy(Sort sort)
Configure
Sort . |
S |
page(Pageable pageable)
Configure pagination.
|
S |
project(org.springframework.data.relational.core.sql.SqlIdentifier... selectedFields)
Configure projected fields.
|
default S |
project(String... selectedFields)
Configure projected fields.
|
default S project(String... selectedFields)
selectedFields
- must not be null.SqlIdentifier.unquoted(String)
S project(org.springframework.data.relational.core.sql.SqlIdentifier... selectedFields)
selectedFields
- must not be null.S matching(org.springframework.data.relational.core.query.CriteriaDefinition criteria)
CriteriaDefinition
.criteria
- must not be null.default S orderBy(Sort.Order... orders)
Sort
.orders
- must not be null.Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.