public static interface ReactiveUpdateOperation.UpdateWithTable extends ReactiveUpdateOperation.TerminatingUpdate
Modifier and Type | Method and Description |
---|---|
ReactiveUpdateOperation.UpdateWithQuery |
inTable(org.springframework.data.relational.core.sql.SqlIdentifier table)
Explicitly set the
name of the table on which to perform the update. |
default ReactiveUpdateOperation.UpdateWithQuery |
inTable(String table)
Explicitly set the
name of the table on which to perform the update. |
apply
default ReactiveUpdateOperation.UpdateWithQuery inTable(String table)
name
of the table on which to perform the update.
Skip this step to use the default table derived from the domain type
.
table
- name
of the table; must not be null or empty.ReactiveUpdateOperation.UpdateWithQuery
.IllegalArgumentException
- if table
is null or empty.ReactiveUpdateOperation.UpdateWithQuery
ReactiveUpdateOperation.UpdateWithQuery inTable(org.springframework.data.relational.core.sql.SqlIdentifier table)
name
of the table on which to perform the update.
Skip this step to use the default table derived from the domain type
.
table
- name
of the table; must not be null.ReactiveUpdateOperation.UpdateWithQuery
.IllegalArgumentException
- if table
is null.ReactiveUpdateOperation.UpdateWithQuery
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.