Package com.axelor.db.annotations
Annotation Interface TrackField
This annotation can be used to specify details about field for change tracking.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe condition to check.Specify the event on which to track.
-
Element Details
-
name
String nameThe field name to track.- Returns:
- the field name
-
condition
String conditionThe condition to check.- Returns:
- the condition
- Default:
""
-
on
TrackEvent onSpecify the event on which to track.- Returns:
- the event
- Default:
DEFAULT
-