@FunctionalInterface public interface AfterConvertCallback<T> extends 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–2022 Pivotal Software, Inc.. All rights reserved.