public static interface ReactiveUpdateOperation.UpdateWithTable
| 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. |
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.UpdateWithQueryReactiveUpdateOperation.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.UpdateWithQueryCopyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.