0 Replies Latest reply on Sep 24, 2003 9:25 AM by uuu

    Lock entity for reading

    uuu

      Hi!
      I would like to lock some entity beans for reading -
      I mean to lock them so the other transactions would wait for lock to be released
      and cannot read the data from those beans.
      In Oracle SQL I can do so by issueing SELCT ... FOR UPDATE
      Can I do something like this in EJB/JBoss?