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