@FunctionalInterface public interface BeforeConvertCallback<T> extends EntityCallback<T>
EntityCallbacks| Modifier and Type | Method and Description |
|---|---|
T |
onBeforeConvert(T entity,
CqlIdentifier tableName)
Entity callback method invoked before a domain object is converted to be persisted.
|
T onBeforeConvert(T entity, CqlIdentifier tableName)
entity - the domain object to save.tableName - name of the table.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.