3 Replies Latest reply on Jun 22, 2004 11:23 PM by chiba

    Trapping variable assignments

    craigugoretz

      Hello,

      Is there a way using JavaAssist to catch all the times that the value of a variable is changed in the course of the use of a class? When the variable value change is caught, can new code be inserted at that point to persist the class using an O/R persistence framework like the Object Relational Bridge, for example? I apologize if this question is naive, but I am completely new to Javaassist and trying to make sense of the documentation.

      Sincerely,
      Craig Ugoretz