Package de.hybris.platform.servicelayer.tx
-
Interface Summary Interface Description ItemModelTransactionTest.Gate ItemModelTransactionTest.Join ItemModelTransactionTest.JoinGate ItemModelTransactionTest.SyncPoint -
Class Summary Class Description HybrisTransactionManagerExceptionsTest Tests correct translation of Jalo transaction errors into Spring counterparts (defined byPlatformTransactionManager
).ItemModelTransactionPerformanceTest Tests item data invalidation after updates inside and outside of transaction for both model and jalo layer.ItemModelTransactionTest Tests item data invalidation after updates inside and outside of transaction for both model and jalo layer.ItemModelTransactionTest.ThreadSync MockTransactionManager ModelAwareTransactionCallback<M extends ItemModel> Model-aware transaction wrapper which internally consist of preparation , performing the logic fromModelAwareTransactionCallback.doInModelAwareTransaction(TransactionStatus)
and storing phase.ModelAwareTransactionCallbackTest ModelAwareTransactionCallbackWithoutResult<M extends ItemModel> Model-aware transaction call-back used for transaction bodies without result.ModelAwareTransactionTemplateTest