Interface ReactiveUpdateOperation.UpdateWithTable
- All Superinterfaces:
ReactiveUpdateOperation.TerminatingUpdate
- All Known Subinterfaces:
ReactiveUpdateOperation.ReactiveUpdate
- Enclosing interface:
ReactiveUpdateOperation
public static interface ReactiveUpdateOperation.UpdateWithTable
extends ReactiveUpdateOperation.TerminatingUpdate
Table override (optional).
- Since:
- 1.1
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionExplicitly set thenameof the table on which to perform the update.inTable(SqlIdentifier table) Explicitly set thenameof the table on which to perform the update.Methods inherited from interface ReactiveUpdateOperation.TerminatingUpdate
apply
-
Method Details
-
inTable
Explicitly set thenameof the table on which to perform the update.Skip this step to use the default table derived from the
domain type.- Parameters:
table-nameof the table; must not be null or empty.- Returns:
- new instance of
ReactiveUpdateOperation.UpdateWithQuery. - Throws:
IllegalArgumentException- iftableis null or empty.- See Also:
-
inTable
Explicitly set thenameof the table on which to perform the update.Skip this step to use the default table derived from the
domain type.- Parameters:
table-nameof the table; must not be null.- Returns:
- new instance of
ReactiveUpdateOperation.UpdateWithQuery. - Throws:
IllegalArgumentException- iftableis null.- See Also:
-