@FunctionalInterface public interface AfterSaveCallback<T> extends EntityCallback<T>
Document.| Modifier and Type | Method and Description |
|---|---|
T |
onAfterSave(T entity,
org.bson.Document document,
String collection)
Entity callback method invoked after a domain object is saved.
|
T onAfterSave(T entity, org.bson.Document document, String collection)
entity - the domain object that was saved.document - Document representing the entity.collection - name of the collection.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.