| 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 | Description |
|---|---|
| DefaultPersistHookExecutorUnitTest | |
| PersistHookException | |
| PersistHookNotFoundException |
This exception is thrown when a bean with name or id matching
hookName is not found |
| PostPersistHookException |
An exception that is thrown inside a
PostPersistHook is translated to a PostPersistHookException |
| PrePersistHookException |
An exception that is thrown inside a
PrePersistHook is translated to a PrePersistHookException |
Copyright © 2018 SAP SE. All Rights Reserved.