Package org.hibernate.reactive.loader
Reactive entity, collection, and query loaders.
-
Interface Summary 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 forReactiveLoader
implementations that also extend aLoader
implementation.ReactiveResultSetProcessor An interface intended to unify how a ResultSet is processed by byReactiveLoader
implementations.. -
Class Summary Class Description ReactiveLoaderBasedResultSetProcessor AReactiveResultSetProcessor
intended to be used byReactiveLoaderBasedLoader
implementations.