2 Replies Latest reply on Nov 29, 2011 6:22 AM by vyacheslav86

    search revision by date

    vyacheslav86

      I need to search for entity revision existed at some specified date. My quiestion is how to link @RevisionTimestamp with entity revision from Entity_AUD table using getAuditReader().createQuery()  or other Envers classes.

       

      Is any additional time-date information stored directly in _AUD tables? or only at RevisionEntity table?

       

      As far as i see there is a need for selects with java code join and filtering.