public static interface DatabaseClient.TypedDeleteSpec<T> extends DatabaseClient.DeleteSpec
DELETE
options leading to the exchange.Modifier and Type | Method and Description |
---|---|
DatabaseClient.DeleteSpec |
matching(org.springframework.data.relational.core.query.CriteriaDefinition criteria)
Configure a filter
CriteriaDefinition . |
DatabaseClient.TypedDeleteSpec<T> |
table(org.springframework.data.relational.core.sql.SqlIdentifier tableName)
Use the given
tableName as delete target. |
default DatabaseClient.TypedDeleteSpec<T> |
table(String tableName)
Use the given
tableName as delete target. |
fetch, then
default DatabaseClient.TypedDeleteSpec<T> table(String tableName)
tableName
as delete target.tableName
- must not be null or empty.DatabaseClient.TypedDeleteSpec
for further configuration of the delete. Guaranteed to be not null.SqlIdentifier.unquoted(String)
DatabaseClient.TypedDeleteSpec<T> table(org.springframework.data.relational.core.sql.SqlIdentifier tableName)
tableName
as delete target.tableName
- must not be null or empty.DatabaseClient.TypedDeleteSpec
for further configuration of the delete. Guaranteed to be not null.DatabaseClient.DeleteSpec matching(org.springframework.data.relational.core.query.CriteriaDefinition criteria)
CriteriaDefinition
.criteria
- must not be null.Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.