0 Replies Latest reply on Apr 20, 2006 1:46 AM by martinganserer

    Increment value

    martinganserer

      Hello,

      I have a simple table and one column of this table holds an integer. Is it possible in EJB3 to garanty exclusive access to this value when incrementing it? Exclusive access means that different session beans that are calling the increment method always get a new, unique column value.

      Thank you