Uses of Interface
org.hibernate.resource.transaction.spi.SynchronizationRegistry
-
Packages that use SynchronizationRegistry Package Description org.hibernate.resource.transaction.backend.jdbc.internal org.hibernate.resource.transaction.backend.jta.internal org.hibernate.resource.transaction.internal Internal implementation details for the resource-level transaction capabilities of Hibernate.org.hibernate.resource.transaction.spi 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 SynchronizationRegistry Modifier and Type Method Description SynchronizationRegistry
JdbcResourceLocalTransactionCoordinatorImpl. getLocalSynchronizations()
-
Uses of SynchronizationRegistry in org.hibernate.resource.transaction.backend.jta.internal
Methods in org.hibernate.resource.transaction.backend.jta.internal that return SynchronizationRegistry Modifier and Type Method Description SynchronizationRegistry
JtaTransactionCoordinatorImpl. getLocalSynchronizations()
-
Uses of SynchronizationRegistry in org.hibernate.resource.transaction.internal
Classes in org.hibernate.resource.transaction.internal that implement SynchronizationRegistry Modifier and Type Class Description class
SynchronizationRegistryStandardImpl
The standard implementation of the SynchronizationRegistry contract -
Uses of SynchronizationRegistry in org.hibernate.resource.transaction.spi
Subinterfaces of SynchronizationRegistry in org.hibernate.resource.transaction.spi Modifier and Type Interface Description interface
SynchronizationRegistryImplementor
SPI contract for SynchronizationRegistry implementors.Methods in org.hibernate.resource.transaction.spi that return SynchronizationRegistry Modifier and Type Method Description SynchronizationRegistry
TransactionCoordinator. getLocalSynchronizations()
Get access to the local registry of Synchronization instances
-