Uses of Interface
org.hibernate.reactive.session.ReactiveConnectionSupplier
-
Packages that use ReactiveConnectionSupplier Package Description org.hibernate.reactive.id Reactive identifier generation.org.hibernate.reactive.session Defines internal contracts between subsystems of Hibernate Reactive and theReactiveSession
. -
-
Uses of ReactiveConnectionSupplier in org.hibernate.reactive.id
Methods in org.hibernate.reactive.id with parameters of type ReactiveConnectionSupplier Modifier and Type Method Description CompletionStage<Id>
ReactiveIdentifierGenerator. generate(ReactiveConnectionSupplier session, Object entity)
Returns a generated identifier, via aCompletionStage
. -
Uses of ReactiveConnectionSupplier in org.hibernate.reactive.session
Subinterfaces of ReactiveConnectionSupplier in org.hibernate.reactive.session Modifier and Type Interface Description interface
ReactiveQueryProducer
Executes queries in a non-blocking fashion.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
.
-