| Modifier and Type | Method and Description |
|---|---|
static Query |
Criterias.toQuery(Criterion<?> criteria) |
| Modifier and Type | Method and Description |
|---|---|
static StandardOperations.Delete |
StandardOperations.Delete.of(Criterion<?> criteria) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AndMatcher<R extends Criterion<?>> |
interface |
OrMatcher<R extends Criterion<?>> |
| Modifier and Type | Method and Description |
|---|---|
static CriteriaContext |
Matchers.extract(Criterion<?> criterion) |
| Modifier and Type | Method and Description |
|---|---|
R |
Writable.delete(Criterion<T> criteria) |
R |
Readable.find(Criterion<T> criteria) |
Updater<T,R> |
Writable.update(Criterion<T> criterion) |
W |
Watchable.watcher(Criterion<T> criteria) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<WriteResult> |
AsyncWritable.delete(Criterion<T> criteria) |
AsyncReader<T> |
AsyncReadable.find(Criterion<T> criteria) |
Updater<T,CompletionStage<WriteResult>> |
AsyncWritable.update(Criterion<T> criterion) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<WriteResult> |
ReactiveWritable.delete(Criterion<T> criteria) |
ReactiveReader<T> |
ReactiveReadable.find(Criterion<T> criteria) |
ReactiveUpdater<T> |
ReactiveWritable.update(Criterion<T> criterion) |
ReactiveWatcher<T> |
ReactiveWatchable.watcher(Criterion<T> criteria) |
| Constructor and Description |
|---|
ReactiveWatcher(Criterion<?> criteria,
Backend.Session session) |
| Modifier and Type | Method and Description |
|---|---|
WriteResult |
SyncWritable.delete(Criterion<T> criteria) |
SyncReader<T> |
SyncReadable.find(Criterion<T> criteria) |
Updater<T,WriteResult> |
SyncWritable.update(Criterion<T> criterion) |
Copyright © 2020 The Immutables.org authors. All rights reserved.