Package de.hybris.platform.tx
-
Interface Summary Interface Description AfterSaveListener Listener that deals with theAfterSaveEvent
s.AfterSaveListenerRegistry The registry contains theAfterSaveListener
s registered in Spring and notifies them theAfterSaveEvent
s.BeforeCommitNotification BeforeRollbackNotification InvalidationSet.InvalidationProcessor Interface for performing actual invalidation duringInvalidationSet.executeDelayedInvalidationsGlobally()
,InvalidationSet.executeDelayedInvalidationsLocally()
orInvalidationSet.executeDelayedRollbackInvalidationsLocally()
.Transaction.TransactionFactory TransactionBody Used for execute a user's code fragment inside a transaction. -
Class Summary Class Description AfterSaveEvent AnAfterSaveEvent
is created after a database operation on an item.AfterSaveEventChangesCollector Collects theAfterSaveEvent
s for each entity change.AfterSaveEventChangesCollectorTest Tests the TransactionEntityChangesCollectorAfterSaveEventUtils Utility class to encode the entity changes.DefaultAfterSaveListenerRegistry Default implementation forAfterSaveListenerRegistry
DefaultTransaction InvalidationSet Collects delayed invalidations and records simulated / derived invalidations too.InvalidationSet.Invalidation Invalidation object representation.InvalidationSet.InvalidationManagerProcessor Invalidation processor based onInvalidationManager
.LocalCacheKeyUnitTest NullAfterSaveListenerRegistry Transaction The base class of all supported transaction typesTransaction.TransactionAwareExecution TransactionalCacheIntegrationTest TransactionConfigTest UnsetTransactionAfterErrorTest PLA-13802 -
Exception Summary Exception Description IllegalTransactionStateException Signals that the requested transactional operation could not be performed in the current state.RollbackOnlyException Signals that a transaction had been rolled back despite callingTransaction.commit()
because it had been marked as rollback-only before.TransactionException Superclass of all system exceptions.