Package | Description |
---|---|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.jpa.internal |
Defines Hibernate implementation of Java Persistence specification.
|
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
Deprecated.
(since 5.2) - probably getting removed in 5.2 as well. This was an SPI contract
intended for HEM that is no longer needed.
|
ExceptionMapper
A pluggable strategy for defining how the
Synchronization registered by Hibernate handles
exceptions. |
ManagedFlushChecker
Deprecated.
(since 5.2) no longer needed since integrating HEM into hibernate-core.
|
Class and Description |
---|
AfterCompletionAction
Deprecated.
(since 5.2) - probably getting removed in 5.2 as well. This was an SPI contract
intended for HEM that is no longer needed.
|
ExceptionMapper
A pluggable strategy for defining how the
Synchronization registered by Hibernate handles
exceptions. |
ManagedFlushChecker
Deprecated.
(since 5.2) no longer needed since integrating HEM into hibernate-core.
|
Class and Description |
---|
AfterCompletionAction
Deprecated.
(since 5.2) - probably getting removed in 5.2 as well. This was an SPI contract
intended for HEM that is no longer needed.
|
ExceptionMapper
A pluggable strategy for defining how the
Synchronization registered by Hibernate handles
exceptions. |
ManagedFlushChecker
Deprecated.
(since 5.2) no longer needed since integrating HEM into hibernate-core.
|
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.