@FunctionalInterface public interface BeforeConvertCallback<T> extends EntityCallback<T>
EntityCallbacks| Modifier and Type | Method and Description |
|---|---|
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.
|
T onBeforeConvert(T entity, com.datastax.oss.driver.api.core.CqlIdentifier tableName)
entity - the domain object to save.tableName - name of the table.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.