T - The type of the entity.ReactiveAuditingBeforeBindCallback.@FunctionalInterface @API(status=DEPRECATED, since="6.0") @Deprecated public interface ReactiveBeforeBindCallback<T> extends EntityCallback<T>
java.util.Map<String, Object>).ReactiveEntityCallbacks| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<T> |
onBeforeBind(T entity)
Deprecated.
Entity callback method invoked before a domain object is saved.
|
org.reactivestreams.Publisher<T> onBeforeBind(T entity)
entity to a Map, so the
outcome of this callback is used to create the record for the domain object.entity - the domain object to save.Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.