Package io.jmix.audit.impl
Class EntityLogImpl.EntityLogResourceHolderSynchronization
java.lang.Object
org.springframework.transaction.support.ResourceHolderSynchronization<EntityLogImpl.EntityLogResourceHolder,String>
 
io.jmix.audit.impl.EntityLogImpl.EntityLogResourceHolderSynchronization
- All Implemented Interfaces:
- Flushable,- org.springframework.core.Ordered,- org.springframework.transaction.support.TransactionSynchronization
- Enclosing class:
- EntityLogImpl
public static class EntityLogImpl.EntityLogResourceHolderSynchronization
extends org.springframework.transaction.support.ResourceHolderSynchronization<EntityLogImpl.EntityLogResourceHolder,String> 
- 
Field SummaryFields inherited from interface org.springframework.core.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCEFields inherited from interface org.springframework.transaction.support.TransactionSynchronizationSTATUS_COMMITTED, STATUS_ROLLED_BACK, STATUS_UNKNOWN
- 
Constructor SummaryConstructorsConstructorDescriptionEntityLogResourceHolderSynchronization(EntityLogImpl.EntityLogResourceHolder resourceHolder, String resourceKey) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcleanupResource(EntityLogImpl.EntityLogResourceHolder resourceHolder, String resourceKey, boolean committed) Methods inherited from class org.springframework.transaction.support.ResourceHolderSynchronizationafterCommit, afterCompletion, beforeCommit, beforeCompletion, flush, flushResource, processResourceAfterCommit, releaseResource, resume, shouldReleaseAfterCompletion, shouldReleaseBeforeCompletion, shouldUnbindAtCompletion, suspendMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.transaction.support.TransactionSynchronizationgetOrder
- 
Constructor Details- 
EntityLogResourceHolderSynchronizationpublic EntityLogResourceHolderSynchronization(EntityLogImpl.EntityLogResourceHolder resourceHolder, String resourceKey) 
 
- 
- 
Method Details- 
cleanupResourceprotected void cleanupResource(EntityLogImpl.EntityLogResourceHolder resourceHolder, String resourceKey, boolean committed) - Overrides:
- cleanupResourcein class- org.springframework.transaction.support.ResourceHolderSynchronization<EntityLogImpl.EntityLogResourceHolder,- String> 
 
 
-