| 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 the
ReactiveSession. |
| Class and 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 an
ReactiveActionQueue. |
| Class and Description |
|---|
| ReactiveActionQueue
A reactive counterpart to
ActionQueue, where DML
operations are queued before execution during a flush. |
Copyright © 2020-2022 Red Hat, Inc. All Rights Reserved.