2 Replies Latest reply on Aug 20, 2009 6:42 AM by santana2008

    Envers and model change

    santana2008

      Hi,

      Assuming the model changes, and for example for an class
      Person {
      name;
      birthData;
      sex;
      }

      we want to add address attribute, remove name attribute, and replace it by firstName and lastName

      is these modifications impact Envers work ? is it possible to change the model without problemes when using Envers ?