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 forReactiveLoaderimplementations that also extend aLoaderimplementation.ReactiveResultSetProcessor An interface intended to unify how a ResultSet is processed by byReactiveLoaderimplementations.. -
Class Summary Class Description ReactiveLoaderBasedResultSetProcessor AReactiveResultSetProcessorintended to be used byReactiveLoaderBasedLoaderimplementations.