Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
DatabaseClient.DeleteMatchingSpec
Deprecated.
Contract for specifying
DELETE options leading to the exchange. |
static interface |
DatabaseClient.TypedDeleteSpec<T>
Deprecated.
Contract for specifying
DELETE options leading to the exchange. |
Modifier and Type | Method and Description |
---|---|
DatabaseClient.DeleteSpec |
DatabaseClient.TypedDeleteSpec.matching(org.springframework.data.relational.core.query.CriteriaDefinition criteria)
Configure a filter
CriteriaDefinition . |
DatabaseClient.DeleteSpec |
DatabaseClient.DeleteMatchingSpec.matching(org.springframework.data.relational.core.query.CriteriaDefinition criteria)
Configure a filter
CriteriaDefinition . |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.