Uses of Interface
org.hibernate.reactive.session.ReactiveQueryProducer
-
Packages that use ReactiveQueryProducer Package Description org.hibernate.reactive.session Defines internal contracts between subsystems of Hibernate Reactive and theReactiveSession. -
-
Uses of ReactiveQueryProducer in org.hibernate.reactive.session
Subinterfaces of ReactiveQueryProducer in org.hibernate.reactive.session Modifier and Type Interface Description interfaceReactiveSessionA contract with the Hibernate session backing the user-visiblereactive session.interfaceReactiveStatelessSessionMutiny A contract with the Hibernate stateless session backing the user-visiblereactive session.
-