public interface ColumnObserverParser
| Modifier and Type | Field and Description |
|---|---|
static ColumnObserverParser |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
default String |
fireEntity(String entity)
Fire an event to entity name
|
default String |
fireField(String entity,
String field)
Fire an event to each field in case of mapper process
|
static final ColumnObserverParser EMPTY
default String fireEntity(String entity)
entity - the entityNullPointerException - when the entity is nulldefault String fireField(String entity, String field)
field - the fieldentity - the entityNullPointerException - when there is null parameterCopyright © 2017–2020 Eclipse Foundation. All rights reserved.