abstract class ResourceHolderSynchronization<H : ResourceHolder, K : Any> : TransactionSynchronization
TransactionSynchronization implementation that manages a ResourceHolder bound through TransactionSynchronizationManager.
Author
Juergen Hoeller
Since
2.5.5
ResourceHolderSynchronization(resourceHolder: H, resourceKey: K)
Create a new ResourceHolderSynchronization for the given holder. |
open fun afterCommit(): Unit |
|
open fun afterCompletion(status: Int): Unit |
|
open fun beforeCommit(readOnly: Boolean): Unit |
|
open fun beforeCompletion(): Unit |
|
open fun flush(): Unit |
|
open fun resume(): Unit |
|
open fun suspend(): Unit |