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