Uses of Package
org.hibernate.reactive.engine
-
Packages that use org.hibernate.reactive.engine Package Description org.hibernate.reactive.engine Reactive adaptations of Hibernate ORM's persistence actions.org.hibernate.reactive.session Defines internal contracts between subsystems of Hibernate Reactive and theReactiveSession
. -
Classes in org.hibernate.reactive.engine used by org.hibernate.reactive.engine Class Description ReactiveAfterTransactionCompletionProcess Contract representing some process that needs to occur during after transaction completion.ReactiveBeforeTransactionCompletionProcess Contract representing some process that needs to occur during before transaction completion.ReactiveExecutable An operation that is scheduled for later non-blocking execution in anReactiveActionQueue
. -
Classes in org.hibernate.reactive.engine used by org.hibernate.reactive.session Class Description ReactiveActionQueue A reactive counterpart toActionQueue
, where DML operations are queued before execution during a flush.