Uses of Interface
org.hibernate.resource.transaction.spi.SynchronizationRegistry
Packages that use SynchronizationRegistry
Package
Description
An implementation of
TransactionCoordinator
based on JdbcResourceTransaction
.Implementations of
TransactionCoordinator
based on JTA.Internal implementation details for the resource-level transaction capabilities of Hibernate.
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
-
Uses of SynchronizationRegistry in org.hibernate.resource.transaction.backend.jdbc.internal
Methods in org.hibernate.resource.transaction.backend.jdbc.internal that return SynchronizationRegistryModifier and TypeMethodDescriptionJdbcResourceLocalTransactionCoordinatorImpl.getLocalSynchronizations()
-
Uses of SynchronizationRegistry in org.hibernate.resource.transaction.backend.jta.internal
Methods in org.hibernate.resource.transaction.backend.jta.internal that return SynchronizationRegistry -
Uses of SynchronizationRegistry in org.hibernate.resource.transaction.internal
Classes in org.hibernate.resource.transaction.internal that implement SynchronizationRegistryModifier and TypeClassDescriptionclass
The standard implementation of theSynchronizationRegistry
contract. -
Uses of SynchronizationRegistry in org.hibernate.resource.transaction.spi
Subinterfaces of SynchronizationRegistry in org.hibernate.resource.transaction.spiModifier and TypeInterfaceDescriptioninterface
SPI contract forSynchronizationRegistry
implementors.Methods in org.hibernate.resource.transaction.spi that return SynchronizationRegistryModifier and TypeMethodDescriptionTransactionCoordinator.getLocalSynchronizations()
Get access to the local registry of Synchronization instances