Package de.hybris.platform.odata2services.odata.persistence.hook
-
Interface Summary Interface Description PersistHookExecutor A service for executing persistence hooks.PostPersistHook A procedure to be executed after persisting an item model.PrePersistHook A procedure to be executed before persisting an item model. -
Class Summary Class Description DefaultPersistHookExecutorUnitTest -
Exception Summary Exception Description PersistHookException PersistHookNotFoundException This exception is thrown when a bean with name or id matchinghookNameis not foundPostPersistHookException An exception that is thrown inside aPostPersistHookis translated to aPostPersistHookExceptionPrePersistHookException An exception that is thrown inside aPrePersistHookis translated to aPrePersistHookException