| Package | Description |
|---|---|
| org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
| Modifier and Type | Method and Description |
|---|---|
static StatementMapper.DeleteSpec |
StatementMapper.DeleteSpec.create(org.springframework.data.relational.core.sql.SqlIdentifier table)
Create an
DELETE specification for table. |
static StatementMapper.DeleteSpec |
StatementMapper.DeleteSpec.create(String table)
Create an
DELETE specification for table. |
default StatementMapper.DeleteSpec |
StatementMapper.createDelete(org.springframework.data.relational.core.sql.SqlIdentifier table)
Create a
DELETE specification for table. |
default StatementMapper.DeleteSpec |
StatementMapper.createDelete(String table)
Create a
DELETE specification for table. |
StatementMapper.DeleteSpec |
StatementMapper.DeleteSpec.withCriteria(org.springframework.data.relational.core.query.CriteriaDefinition criteria)
Associate a
Criteria with the delete and return a new StatementMapper.DeleteSpec. |
| Modifier and Type | Method and Description |
|---|---|
PreparedOperation<?> |
StatementMapper.getMappedObject(StatementMapper.DeleteSpec deleteSpec)
Map a delete specification to a
PreparedOperation. |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.