Uses of Interface
org.hibernate.reactive.session.ReactiveSession
Packages that use ReactiveSession
Package
Description
Reactive adaptations of Hibernate ORM's persistence actions.
-
Uses of ReactiveSession in org.hibernate.reactive.engine
Methods in org.hibernate.reactive.engine with parameters of type ReactiveSessionModifier and TypeMethodDescriptionReactiveAfterTransactionCompletionProcess.doAfterTransactionCompletion
(boolean success, ReactiveSession session) Perform whatever processing is encapsulated here after completion of the transaction.ReactiveBeforeTransactionCompletionProcess.doBeforeTransactionCompletion
(ReactiveSession session) Perform whatever processing is encapsulated here before completion of the transaction.Constructors in org.hibernate.reactive.engine with parameters of type ReactiveSessionModifierConstructorDescriptionReactiveActionQueue
(ReactiveSession session) Constructs an action queue bound to the given session.