Package | Description |
---|---|
org.hibernate.reactive.engine |
Reactive adaptations of Hibernate ORM's persistence actions.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
ReactiveActionQueue(ReactiveSession session)
Constructs an action queue bound to the given session.
|
Copyright © 2020-2022 Red Hat, Inc. All Rights Reserved.