Interface ReactiveUpsertOperation.UpsertWithTable<T>
- All Superinterfaces:
ReactiveUpsertOperation.TerminatingUpsert<T>
- All Known Subinterfaces:
ReactiveUpsertOperation.ReactiveUpsert<T>
- Enclosing interface:
ReactiveUpsertOperation
public static interface ReactiveUpsertOperation.UpsertWithTable<T>
extends ReactiveUpsertOperation.TerminatingUpsert<T>
Table override (optional).
- Since:
- 4.1
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface ReactiveUpsertOperation.TerminatingUpsert
one
-
Method Details
-
inTable
Explicitly set thenameof the table.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
ReactiveUpsertOperation.TerminatingUpsert. - Throws:
IllegalArgumentException- iftableis null or empty.
-
inTable
ReactiveUpsertOperation.TerminatingUpsert<T> inTable(org.springframework.data.relational.core.sql.SqlIdentifier table) Explicitly set thenameof the table.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
ReactiveUpsertOperation.TerminatingUpsert. - Throws:
IllegalArgumentException- iftableis null.
-