Uses of Interface
org.hibernate.reactive.session.ReactiveSession
-
Packages that use ReactiveSession Package Description org.hibernate.reactive.engine 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 ReactiveSession Modifier and Type Method Description CompletionStage<Void>
ReactiveAfterTransactionCompletionProcess. doAfterTransactionCompletion(boolean success, ReactiveSession session)
Perform whatever processing is encapsulated here after completion of the transaction.CompletionStage<Void>
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 ReactiveSession Constructor Description ReactiveActionQueue(ReactiveSession session)
Constructs an action queue bound to the given session.
-