See: Description
| Interface | Description |
|---|---|
| CachingReactiveLoader<T> |
Defines common reactive operations inherited by query loaders, in
particular, interaction with the cache.
|
| ReactiveLoader |
Defines common reactive operations inherited by all kinds of loaders.
|
| ReactiveLoaderBasedLoader |
An interface intended for
ReactiveLoader implementations
that also extend a Loader implementation. |
| ReactiveResultSetProcessor |
An interface intended to unify how a ResultSet is processed by
by
ReactiveLoader implementations.. |
| Class | Description |
|---|---|
| ReactiveLoaderBasedResultSetProcessor |
A
ReactiveResultSetProcessor intended to be used by ReactiveLoaderBasedLoader implementations. |