public static interface ExecutableUpsertByIdOperation.TerminatingUpsertById<T> extends OneAndAllEntity<T>
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends T> |
all(Collection<? extends T> objects)
Insert a collection of entities.
|
T |
one(T object)
Upsert one entity.
|
T one(T object)
one in interface OneAndAllEntity<T>Collection<? extends T> all(Collection<? extends T> objects)
all in interface OneAndAllEntity<T>Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.