1 Reply Latest reply on Sep 22, 2006 5:11 AM by jits_1998

    Storing variable instances in db

    jits_1998

      hi,

      I have a question regarding persisting Variable instances in the db. After spending time with the src code i am unable to determine how the variable instances are stored at the time of storing of process.

      They appear to be stored when we persist the logging info for variables.

      Thanks for your help in advance..

      cheers!
      Jitendra

        • 1. Re: Storing variable instances in db
          jits_1998

          Ok. I figured out or rather stumbled on the mechanism.

          There is something called "inverse='true'" in hibernate mappings which somehow makes it possible to store.

          Not sure of the exact mechanism but i am sure its somewhere in the hbm xmls.

          cheers!