public static interface ExecutableInsertOperation.TerminatingInsert<T> extends ExecutableInsertOperation.TerminatingBulkInsert<T>
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends T> |
all(Collection<? extends T> objects)
Insert a collection of objects.
|
T |
one(T object)
Insert exactly one object.
|
bulkT one(T object)
object - must not be null.IllegalArgumentException - if object is null.Collection<? extends T> all(Collection<? extends T> objects)
objects - must not be null.IllegalArgumentException - if objects is null.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.