2 Replies Latest reply on Jul 19, 2005 8:30 AM by bill.burke

    EJB3 and exclusive lock on entity. Please help.

    epbernard

      This will be hibernate specific be you can access a particular entity with a particular lock mode

      ( (HibernateEntityManager) em).getSession().get(MyClass, myId, LockMode....);