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(org.springframework.data.domain.Sort.Order... orders)
Configure
Sort. |
S |
orderBy(org.springframework.data.domain.Sort sort)
Configure
Sort. |
S |
page(org.springframework.data.domain.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.S orderBy(org.springframework.data.domain.Sort sort)
Sort.sort - must not be null.default S orderBy(org.springframework.data.domain.Sort.Order... orders)
Sort.orders - must not be null.S page(org.springframework.data.domain.Pageable pageable)
Sort if the Pageable contains a Sort object.pageable - must not be null.Copyright © 2018–2023 Pivotal Software, Inc.. All rights reserved.