Interface ReactiveInsertOperation.TerminatingInsert<T>
- All Known Subinterfaces:
ReactiveInsertOperation.InsertWithOptions<T>, ReactiveInsertOperation.InsertWithTable<T>, ReactiveInsertOperation.ReactiveInsert<T>
- Enclosing interface:
ReactiveInsertOperation
public static interface ReactiveInsertOperation.TerminatingInsert<T>
Trigger
INSERT execution by calling one of the terminating methods.- Since:
- 2.1
- Author:
- Mark Paluch, John Blum
-
Method Summary
-
Method Details
-
one
Insert exactly oneObject.- Parameters:
object-Objectto insert; must not be null.- Returns:
- the
EntityWriteResultfor this operation. - Throws:
IllegalArgumentException- ifObjectis null.- See Also:
-