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 interface
ReactiveSession
A contract with the Hibernate session backing the user-visiblereactive session
.interface
ReactiveStatelessSession
Mutiny A contract with the Hibernate stateless session backing the user-visiblereactive session
.
-