Uses of Interface
org.hibernate.resource.transaction.spi.SynchronizationRegistryImplementor
-
Packages that use SynchronizationRegistryImplementor Package Description org.hibernate.resource.transaction.internal Internal implementation details for the resource-level transaction capabilities of Hibernate. -
-
Uses of SynchronizationRegistryImplementor in org.hibernate.resource.transaction.internal
Classes in org.hibernate.resource.transaction.internal that implement SynchronizationRegistryImplementor Modifier and Type Class Description class
SynchronizationRegistryStandardImpl
The standard implementation of theSynchronizationRegistry
contract.
-