Modifier and Type | Method and Description |
---|---|
void |
TransactionSynchronizationRegistry.registerInterposedSynchronization(Synchronization sync)
Add a transaction synchronization that is invoked "last",
i.e.
|
void |
Transaction.registerSynchronization(Synchronization sync)
Register a
Synchronization callback with this transaction. |
Modifier and Type | Method and Description |
---|---|
void |
Transaction.registerSynchronization(Synchronization synchronization)
Register a user synchronization callback for this transaction.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
JTASessionContext.CleanupSync
JTA transaction sync used for cleanup of the internal session map.
|
protected static class |
ThreadLocalSessionContext.CleanupSync
Transaction sync used for cleanup of the internal session map.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionImpl.registerSynchronization(Synchronization synchronization) |
void |
SynchronizationRegistryImpl.registerSynchronization(Synchronization synchronization) |
Modifier and Type | Method and Description |
---|---|
void |
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter.registerSynchronization(Synchronization synchronization) |
void |
TransactionManagerBasedSynchronizationStrategy.registerSynchronization(Synchronization synchronization) |
void |
SynchronizationRegistryBasedSynchronizationStrategy.registerSynchronization(Synchronization synchronization) |
void |
NoJtaPlatform.registerSynchronization(Synchronization synchronization) |
void |
JtaSynchronizationStrategy.registerSynchronization(Synchronization synchronization)
Register a synchronization
|
void |
AbstractJtaPlatform.registerSynchronization(Synchronization synchronization) |
Modifier and Type | Method and Description |
---|---|
void |
JtaPlatform.registerSynchronization(Synchronization synchronization)
Register a JTA
Synchronization in the means defined by the platform. |
Modifier and Type | Method and Description |
---|---|
void |
SynchronizationRegistry.registerSynchronization(Synchronization synchronization)
Register a user
Synchronization callback for this transaction. |
Modifier and Type | Method and Description |
---|---|
void |
CoreMessageLogger.synchronizationAlreadyRegistered(Synchronization synchronization) |
void |
CoreMessageLogger.synchronizationFailed(Synchronization synchronization,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
void |
SynchronizationRegistry.registerSynchronization(Synchronization synchronization)
Register a
Synchronization callback for this transaction. |
Modifier and Type | Interface and Description |
---|---|
interface |
SynchronizationCallbackCoordinator
Manages funneling JTA Synchronization callbacks back into the Hibernate transaction engine.
|
Modifier and Type | Class and Description |
---|---|
class |
RegisteredSynchronization
The JTA
Synchronization Hibernate registers when needed for JTA callbacks. |
class |
SynchronizationCallbackCoordinatorNonTrackingImpl
Manages callbacks from the
Synchronization registered by Hibernate. |
class |
SynchronizationCallbackCoordinatorTrackingImpl
Extension of SynchronizationCallbackCoordinatorNonTrackingImpl that adds checking of whether a rollback comes from
a thread other than the application thread (thread used to register the Synchronization)
|
Modifier and Type | Method and Description |
---|---|
void |
SynchronizationRegistryStandardImpl.registerSynchronization(Synchronization synchronization) |
Modifier and Type | Method and Description |
---|---|
void |
EventSourceTransactionContext.registerSynchronization(Synchronization synchronization) |
Modifier and Type | Method and Description |
---|---|
void |
FullTextIndexEventListener.addSynchronization(EventSource eventSource,
Synchronization synchronization)
Adds a synchronization to be performed in the onFlush method;
should only be used as workaround for the case a flush is happening
out of transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
BridgeSynchronization
Provides method call mapping between JTA parent coordinator and WS-AT subordinate transaction.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.