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.-
Method Summary
-
Method Details
-
one
Insert exactly oneObject
.- Parameters:
object
-Object
to insert; must not be null.- Returns:
- the
EntityWriteResult
for this operation. - Throws:
IllegalArgumentException
- ifObject
is null.- See Also:
-