@FunctionalInterface public interface AfterConvertCallback<T> extends EntityCallback<T>
ReactiveEntityCallbacks
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<T> |
onAfterConvert(T entity,
org.springframework.data.relational.core.sql.SqlIdentifier table)
Entity callback method invoked after a domain object is materialized from a row.
|
org.reactivestreams.Publisher<T> onAfterConvert(T entity, org.springframework.data.relational.core.sql.SqlIdentifier table)
entity
- the domain object (the result of the conversion).table
- name of the table.Copyright © 2018–2021 Pivotal Software, Inc.. All rights reserved.