Uses of Package
org.hibernate.resource.transaction.backend.jta.internal.synchronization
-
Packages that use org.hibernate.resource.transaction.backend.jta.internal.synchronization Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.jpa.internal Defines Hibernate implementation of Java Persistence specification.org.hibernate.resource.transaction.backend.jta.internal Implementations ofTransactionCoordinator
based on JTA.org.hibernate.resource.transaction.backend.jta.internal.synchronization Internal implementation details for reacting to JTA transaction completion viaSynchronization
callbacks -
Classes in org.hibernate.resource.transaction.backend.jta.internal.synchronization used by org.hibernate.internal Class Description ExceptionMapper A pluggable strategy for defining how theSynchronization
registered by Hibernate handles exceptions. -
Classes in org.hibernate.resource.transaction.backend.jta.internal.synchronization used by org.hibernate.jpa.internal Class Description ExceptionMapper A pluggable strategy for defining how theSynchronization
registered by Hibernate handles exceptions. -
Classes in org.hibernate.resource.transaction.backend.jta.internal.synchronization used by org.hibernate.resource.transaction.backend.jta.internal Class 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. -
Classes in org.hibernate.resource.transaction.backend.jta.internal.synchronization used by org.hibernate.resource.transaction.backend.jta.internal.synchronization Class Description SynchronizationCallbackCoordinator Manages funneling JTA Synchronization callbacks back into the Hibernate transaction engine.SynchronizationCallbackCoordinatorNonTrackingImpl Manages callbacks from theSynchronization
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.