Package com.axelor.db.annotations
Annotation Type TrackField
-
@Documented @Target({}) @Retention(RUNTIME) public @interface TrackField
This annotation can be used to specify details about field for change tracking.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
condition
The condition to check.TrackEvent
on
Specify the event on which to track.
-
-
-
Element Detail
-
name
String name
The field name to track.- Returns:
- the field name
-
-
-
condition
String condition
The condition to check.- Returns:
- the condition
- Default:
- ""
-
-
-
on
TrackEvent on
Specify the event on which to track.- Returns:
- the event
- Default:
- com.axelor.db.annotations.TrackEvent.DEFAULT
-
-