Uses of Interface
org.hibernate.reactive.loader.ReactiveLoader
-
Packages that use ReactiveLoader Package Description org.hibernate.reactive.loader Reactive entity, collection, and query loaders. -
-
Uses of ReactiveLoader in org.hibernate.reactive.loader
Subinterfaces of ReactiveLoader in org.hibernate.reactive.loader Modifier and Type Interface Description interfaceCachingReactiveLoader<T>Defines common reactive operations inherited by query loaders, in particular, interaction with the cache.interfaceReactiveLoaderBasedLoaderAn interface intended forReactiveLoaderimplementations that also extend aLoaderimplementation.
-