| Package | Description |
|---|---|
| org.hibernate.engine.spi | |
| org.hibernate.jpa.internal | |
| org.hibernate.resource.transaction.backend.jta.internal | |
| org.hibernate.resource.transaction.backend.jta.internal.synchronization |
Internal implementation details for reacting to JTA transaction completion via
Synchronization
callbacks |
| Class and Description |
|---|
| AfterCompletionAction
A pluggable strategy for defining any actions to be performed during
Synchronization.afterCompletion(int) processing from the the
Synchronization registered by Hibernate with the underlying JTA platform. |
| ExceptionMapper
A pluggable strategy for defining how the
Synchronization registered by Hibernate handles
exceptions. |
| ManagedFlushChecker
A pluggable strategy for defining how the
Synchronization registered by Hibernate determines
whether to perform a managed flush. |
| Class and Description |
|---|
| AfterCompletionAction
A pluggable strategy for defining any actions to be performed during
Synchronization.afterCompletion(int) processing from the the
Synchronization registered by Hibernate with the underlying JTA platform. |
| ExceptionMapper
A pluggable strategy for defining how the
Synchronization registered by Hibernate handles
exceptions. |
| ManagedFlushChecker
A pluggable strategy for defining how the
Synchronization registered by Hibernate determines
whether to perform a managed flush. |
| Class and Description |
|---|
| SynchronizationCallbackCoordinator
Manages funneling JTA Synchronization callbacks back into the Hibernate transaction engine.
|
| SynchronizationCallbackTarget
Defines "inflow" for JTA transactions from the perspective of Hibernate's registered JTA Synchronization
back into the TransactionCoordinator by means of the SynchronizationCallbackCoordinator.
|
| Class and Description |
|---|
| SynchronizationCallbackCoordinator
Manages funneling JTA Synchronization callbacks back into the Hibernate transaction engine.
|
| SynchronizationCallbackCoordinatorNonTrackingImpl
Manages callbacks from the
Synchronization registered by Hibernate. |
| SynchronizationCallbackTarget
Defines "inflow" for JTA transactions from the perspective of Hibernate's registered JTA Synchronization
back into the TransactionCoordinator by means of the SynchronizationCallbackCoordinator.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.