@FunctionalInterface public interface AfterConvertCallback<T> extends org.springframework.data.mapping.callback.EntityCallback<T>
EntityCallback that gets invoked after an aggregate was converted from the database into an entity.| Modifier and Type | Method and Description |
|---|---|
T |
onAfterConvert(T aggregate)
Entity callback method invoked after an aggregate root was converted.
|
Copyright © 2017–2023 Pivotal Software, Inc.. All rights reserved.