Uses of Interface
org.hibernate.resource.transaction.spi.SynchronizationRegistry
-
Packages that use SynchronizationRegistry Package Description org.hibernate.resource.transaction.backend.jdbc.internal An implementation ofTransactionCoordinatorbased onJdbcResourceTransaction.org.hibernate.resource.transaction.backend.jta.internal Implementations ofTransactionCoordinatorbased on JTA.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 SynchronizationRegistryJdbcResourceLocalTransactionCoordinatorImpl. 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 SynchronizationRegistryJtaTransactionCoordinatorImpl. 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 classSynchronizationRegistryStandardImplThe standard implementation of theSynchronizationRegistrycontract. -
Uses of SynchronizationRegistry in org.hibernate.resource.transaction.spi
Subinterfaces of SynchronizationRegistry in org.hibernate.resource.transaction.spi Modifier and Type Interface Description interfaceSynchronizationRegistryImplementorSPI contract forSynchronizationRegistryimplementors.Methods in org.hibernate.resource.transaction.spi that return SynchronizationRegistry Modifier and Type Method Description SynchronizationRegistryTransactionCoordinator. getLocalSynchronizations()Get access to the local registry of Synchronization instances
-