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