Uses of Interface
org.hibernate.reactive.session.ReactiveConnectionSupplier
Packages that use ReactiveConnectionSupplier
Package
Description
Reactive identifier generation.
Defines internal contracts between subsystems of Hibernate Reactive
and the
ReactiveSession.-
Uses of ReactiveConnectionSupplier in org.hibernate.reactive.id
Methods in org.hibernate.reactive.id with parameters of type ReactiveConnectionSupplierModifier and TypeMethodDescriptionReactiveIdentifierGenerator.generate(ReactiveConnectionSupplier session, Object entity) Returns a generated identifier, via aCompletionStage.default CompletionStage<Id>ReactiveIdentifierGenerator.generate(ReactiveConnectionSupplier session, Object owner, Object currentValue, org.hibernate.generator.EventType eventType) -
Uses of ReactiveConnectionSupplier in org.hibernate.reactive.session
Subinterfaces of ReactiveConnectionSupplier in org.hibernate.reactive.sessionModifier and TypeInterfaceDescriptioninterfaceExecutes queries in a non-blocking fashion.interfaceA contract with the Hibernate session backing the user-visiblereactive session.interfaceMutiny A contract with the Hibernate stateless session backing the user-visiblereactive session.