@FunctionalInterface public interface AfterSaveCallback<T> extends EntityCallback<T>
OutboundRow
.ReactiveEntityCallbacks
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<T> |
onAfterSave(T entity,
OutboundRow outboundRow,
org.springframework.data.relational.core.sql.SqlIdentifier table)
Entity callback method invoked after a domain object is saved.
|
org.reactivestreams.Publisher<T> onAfterSave(T entity, OutboundRow outboundRow, org.springframework.data.relational.core.sql.SqlIdentifier table)
entity
- the domain object that was saved.outboundRow
- OutboundRow
representing the entity
.table
- name of the table.Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.