Package | Description |
---|---|
org.springframework.data.r2dbc.core |
Core domain types around DatabaseClient.
|
Modifier and Type | Method and Description |
---|---|
<T> DatabaseClient.TypedDeleteSpec<T> |
DatabaseClient.DeleteFromSpec.from(Class<T> table)
Specify the source table to delete from to using the
entity class . |
DatabaseClient.TypedDeleteSpec<T> |
DatabaseClient.TypedDeleteSpec.table(org.springframework.data.relational.core.sql.SqlIdentifier tableName)
Use the given
tableName as delete target. |
default DatabaseClient.TypedDeleteSpec<T> |
DatabaseClient.TypedDeleteSpec.table(String tableName)
Use the given
tableName as delete target. |
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.