0 Replies Latest reply on Aug 22, 2014 4:56 AM by ashutosh1490

    Auditing with hibernate envers on entity with inheritance strategy table per subclass

    ashutosh1490

      Hi All,

       

         Kindly suggest me how to do auditing with inheritance type table per subclass because I am not able to find any documentation for this. I have tried it on my code but it is not working properly. If I make parent table "@Audited" then my derived class must be audited automatically because they should inherit the behavior from parent class. Kindly tell me if I am missing anything.