@FunctionalInterface public interface BeforeConvertCallback<T> extends EntityCallback<T>
| Modifier and Type | Method and Description |
|---|---|
T |
onBeforeConvert(T entity,
IndexCoordinates index)
Callback method that will be invoked before an entity is persisted.
|
T onBeforeConvert(T entity, IndexCoordinates index)
entity - the entity being convertedindex - must not be null.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.