@FunctionalInterface public interface AfterSaveCallback<T> extends org.springframework.data.mapping.callback.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–2023 Pivotal Software, Inc.. All rights reserved.