1 Reply Latest reply on Jul 10, 2011 11:35 AM by hernanbolido

    How to use envers without annotation

    kmukund87

      Hi

      I need to use hibernate and envers on some classes however I wont be able to modify the class files. I map the fields to tables using an xml mapping file, but if I want to use versioning with enver I need to annotate the fields by modifying the class files. Is there a way to do it without modifying the class files?