Interface ExecutableInsertOperation.TerminatingInsert<T>
- All Known Subinterfaces:
ExecutableInsertOperation.ExecutableInsert<T>, ExecutableInsertOperation.InsertWithOptions<T>, ExecutableInsertOperation.InsertWithTable<T>
- Enclosing interface:
ExecutableInsertOperation
public static interface ExecutableInsertOperation.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:
-