Interface ReactiveInsertOperation.InsertWithTable<T>
- All Superinterfaces:
ReactiveInsertOperation.TerminatingInsert<T>
- All Known Subinterfaces:
ReactiveInsertOperation.ReactiveInsert<T>
- Enclosing interface:
ReactiveInsertOperation
public static interface ReactiveInsertOperation.InsertWithTable<T>
extends ReactiveInsertOperation.TerminatingInsert<T>
Table override (optional).
- Since:
- 1.1
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionExplicitly set thenameof the table.into(SqlIdentifier table) Explicitly set thenameof the table.Methods inherited from interface ReactiveInsertOperation.TerminatingInsert
using
-
Method Details
-
into
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
ReactiveInsertOperation.TerminatingInsert. - Throws:
IllegalArgumentException- iftableis null or empty.
-
into
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
ReactiveInsertOperation.TerminatingInsert. - Throws:
IllegalArgumentException- iftableis null.
-