public interface ColumnWorkflow
ColumnTemplate.
The default implementation follows:
ColumnEventPersistManager.firePreEntity(Object)
ColumnEventPersistManager.firePreColumnEntity(Object)
ColumnEntityConverter.toColumn(Object)
ColumnEventPersistManager.firePreColumn(ColumnEntity)
Database alteration
ColumnEventPersistManager.firePostColumn(ColumnEntity)
| Modifier and Type | Method and Description |
|---|---|
<T> T |
flow(T entity,
UnaryOperator<ColumnEntity> action)
Executes the workflow to do an interaction on a database column family.
|
<T> T flow(T entity,
UnaryOperator<ColumnEntity> action)
T - the entity typeentity - the entity to be savedaction - the alteration to be executed on databaseColumnTemplate#insert(Object)
ColumnTemplate#update(Object)Copyright © 2017–2021 Eclipse Foundation. All rights reserved.