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