Uses of Package
org.hibernate.resource.transaction.backend.jta.internal.synchronization
Packages that use org.hibernate.resource.transaction.backend.jta.internal.synchronization
Package
Description
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Defines Hibernate implementation of Java Persistence specification.
Implementations of
TransactionCoordinator
based on JTA.Internal implementation details for reacting to JTA transaction completion via
Synchronization
callbacks-
Classes in org.hibernate.resource.transaction.backend.jta.internal.synchronization used by org.hibernate.internalClassDescriptionA pluggable strategy for defining how the
Synchronization
registered by Hibernate handles exceptions. -
Classes in org.hibernate.resource.transaction.backend.jta.internal.synchronization used by org.hibernate.jpa.internalClassDescriptionA pluggable strategy for defining how the
Synchronization
registered by Hibernate handles exceptions. -
Classes in org.hibernate.resource.transaction.backend.jta.internal.synchronization used by org.hibernate.resource.transaction.backend.jta.internalClassDescriptionManages funneling JTA Synchronization callbacks back into the Hibernate transaction engine.Defines "inflow" for JTA transactions from the perspective of Hibernate's registered JTA Synchronization back into the TransactionCoordinator by means of the SynchronizationCallbackCoordinator.
-
Classes in org.hibernate.resource.transaction.backend.jta.internal.synchronization used by org.hibernate.resource.transaction.backend.jta.internal.synchronizationClassDescriptionManages funneling JTA Synchronization callbacks back into the Hibernate transaction engine.Manages callbacks from the
Synchronization
registered by Hibernate.Defines "inflow" for JTA transactions from the perspective of Hibernate's registered JTA Synchronization back into the TransactionCoordinator by means of the SynchronizationCallbackCoordinator.