Package | Description |
---|---|
org.hibernate.resource.transaction |
Defines the resource-level transaction capabilities of Hibernate, which revolves around the
TransactionCoordinator contract. |
org.hibernate.resource.transaction.backend.jdbc.internal | |
org.hibernate.resource.transaction.backend.jta.internal | |
org.hibernate.resource.transaction.spi |
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
|
Modifier and Type | Method and Description |
---|---|
SynchronizationRegistry |
TransactionCoordinator.getLocalSynchronizations()
Get access to the local registry of Synchronization instances
|
Modifier and Type | Method and Description |
---|---|
SynchronizationRegistry |
JdbcResourceLocalTransactionCoordinatorImpl.getLocalSynchronizations() |
Modifier and Type | Method and Description |
---|---|
SynchronizationRegistry |
JtaTransactionCoordinatorImpl.getLocalSynchronizations() |
Modifier and Type | Interface and Description |
---|---|
interface |
SynchronizationRegistryImplementor
SPI contract for SynchronizationRegistry implementors.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.