Package de.hybris.platform.tx
-
Interface Summary Interface Description AfterSaveListener Listener that deals with theAfterSaveEvents.AfterSaveListenerRegistry The registry contains theAfterSaveListeners registered in Spring and notifies them theAfterSaveEvents.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 AnAfterSaveEventis created after a database operation on an item.AfterSaveEventChangesCollector Collects theAfterSaveEvents for each entity change.AfterSaveEventChangesCollectorTest Tests the TransactionEntityChangesCollectorAfterSaveEventUtils Utility class to encode the entity changes.DefaultAfterSaveListenerRegistry Default implementation forAfterSaveListenerRegistryDefaultTransaction 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.