| Package | Description |
|---|---|
| org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
| Modifier and Type | Method and Description |
|---|---|
static StatementMapper.SelectSpec |
StatementMapper.SelectSpec.create(String table)
Create an
SELECT specification for table. |
default StatementMapper.SelectSpec |
StatementMapper.createSelect(String table)
Create a
SELECT specification for table. |
StatementMapper.SelectSpec |
StatementMapper.SelectSpec.withCriteria(Criteria criteria)
Associate a
Criteria with the select and return a new StatementMapper.SelectSpec. |
StatementMapper.SelectSpec |
StatementMapper.SelectSpec.withPage(Pageable page)
Associate a
Pageable with the select and create a new StatementMapper.SelectSpec. |
StatementMapper.SelectSpec |
StatementMapper.SelectSpec.withProjection(Collection<String> projectedFields)
Associate
projectedFields with the select and create a new StatementMapper.SelectSpec. |
StatementMapper.SelectSpec |
StatementMapper.SelectSpec.withSort(Sort sort)
Associate
Sort with the select and create a new StatementMapper.SelectSpec. |
| Modifier and Type | Method and Description |
|---|---|
PreparedOperation<?> |
StatementMapper.getMappedObject(StatementMapper.SelectSpec selectSpec)
Map a select specification to a
PreparedOperation. |
Copyright © 2018–2019 Pivotal Software, Inc.. All rights reserved.