T - entity typeR - write-result typepublic interface Writable<T,R> extends Facet
| Modifier and Type | Method and Description |
|---|---|
R |
delete(Criterion<T> criteria) |
default R |
insert(T doc) |
R |
insertAll(Iterable<? extends T> docs) |
Updater<T,R> |
update(Criterion<T> criterion) |
default R |
update(T doc) |
R |
updateAll(Iterable<? extends T> docs) |
default R |
upsert(T doc) |
R |
upsertAll(Iterable<? extends T> docs) |
Copyright © 2020 The Immutables.org authors. All rights reserved.