| Package | Description |
|---|---|
| org.immutables.criteria.repository.async | |
| org.immutables.criteria.repository.reactive | |
| org.immutables.criteria.repository.sync |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncFetcher<T> |
static interface |
AsyncFetcher.DistinctLimitOffset<T> |
static interface |
AsyncFetcher.LimitOffset<T> |
static interface |
AsyncFetcher.Offset<T> |
interface |
AsyncMapper1<T1> |
static interface |
AsyncMapper1.DistinctLimitOffset<T> |
static interface |
AsyncMapper1.LimitOffset<T> |
static interface |
AsyncMapper1.Offset<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncReader<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReactiveFetcher<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
ReactiveMapper1<T1> |
class |
ReactiveReader<T> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SyncFetcher<T> |
static interface |
SyncFetcher.DistinctLimitOffset<T> |
static interface |
SyncFetcher.LimitOffset<T> |
static interface |
SyncFetcher.Offset<T> |
interface |
SyncMapper1<T1> |
static interface |
SyncMapper1.DistinctLimitOffset<T> |
static interface |
SyncMapper1.LimitOffset<T> |
static interface |
SyncMapper1.Offset<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
SyncReader<T> |
Copyright © 2020 The Immutables.org authors. All rights reserved.