public static interface ExecutableInsertOperation.TerminatingInsert<T>
INSERT execution by calling one of the terminating methods.| Modifier and Type | Method and Description |
|---|---|
EntityWriteResult<T> |
one(T object)
Insert exactly one
Object. |
EntityWriteResult<T> one(T object)
Object.object - Object to insert; must not be null.EntityWriteResult for this operation.IllegalArgumentException - if Object is null.EntityWriteResultCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.