public interface PrePersistHook
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<ItemModel> |
execute(ItemModel item)
Executes this hook before persisting the given item.
|
java.util.Optional<ItemModel> execute(ItemModel item)
item - an item to execute this hook with.Copyright © 2018 SAP SE. All Rights Reserved.