@FunctionalInterface public interface AfterSaveCallback<T> extends EntityCallback<T>
EntityCallbacks| Modifier and Type | Method and Description |
|---|---|
T |
onAfterSave(T entity,
IndexCoordinates index)
Entity callback method invoked after a domain object is saved.
|
T onAfterSave(T entity, IndexCoordinates index)
entity - the domain object that was saved.index - must not be null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.