Class DurationHistoryTypeAdapter
java.lang.Object
ch.tocco.nice2.optional.entityhistory.impl.DurationHistoryTypeAdapter
- All Implemented Interfaces:
HistoryTypeAdapter
-
Field Summary
Fields inherited from interface ch.tocco.nice2.optional.entityhistory.impl.HistoryTypeAdapter
NEW_DATE_FIELD, NEW_DATETIME_FIELD, NEW_VALUE_FIELD, OLD_DATE_FIELD, OLD_DATETIME_FIELD, OLD_VALUE_FIELD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
interpretField
(@Nullable Object oldValue, @Nullable Object newValue, Entity historyEntity)
-
Constructor Details
-
DurationHistoryTypeAdapter
public DurationHistoryTypeAdapter()
-
-
Method Details
-
interpretField
public void interpretField(@Nullable @Nullable Object oldValue, @Nullable @Nullable Object newValue, Entity historyEntity) - Specified by:
interpretField
in interfaceHistoryTypeAdapter
-