4 Replies Latest reply on Jan 6, 2009 8:45 AM by obilliard

    Add a difference between Audited properties and update prope

    obilliard

      Hi,

      I would like to propose you a new feature for Envers.
      At the moment we have an annotation on each audited properties. So when there is a create/update/delete event these properties are stored in the historical table.
      In the case of the update event I took a look at the code to understand how it was working. In brief, when an update event is received all the annotated properties are checked for a value update. If one of them changed, all the properties are stored in the historical table.
      I would like to be able to specify on the Audited annotation, by adding a property notChecked for example, if a modification on a audited field trigger a new version.