@FunctionalInterface public interface BeforeConvertCallback<T> extends EntityCallback<T>
ReactiveEntityCallbacks
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<T> |
onBeforeConvert(T entity,
org.springframework.data.relational.core.sql.SqlIdentifier table)
Entity callback method invoked before a domain object is converted to be persisted.
|
org.reactivestreams.Publisher<T> onBeforeConvert(T entity, org.springframework.data.relational.core.sql.SqlIdentifier table)
entity
- the domain object to save.table
- name of the table.Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.