@FunctionalInterface public interface ReactiveBeforeConvertCallback<T> extends EntityCallback<T>
ReactiveEntityCallbacks| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<T> |
onBeforeConvert(T entity,
com.datastax.oss.driver.api.core.CqlIdentifier tableName)
Entity callback method invoked before a domain object is converted to be persisted.
|
org.reactivestreams.Publisher<T> onBeforeConvert(T entity, com.datastax.oss.driver.api.core.CqlIdentifier tableName)
entity - the domain object to save.tableName - name of the table.Publisher emitting the domain object to be persisted.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.