@javax.ejb.Lock

From NovaOrdis Knowledge Base
Revision as of 20:32, 27 April 2017 by Ovidiu (talk | contribs) (Created page with "=Internal= * EJB Annotations =Overview= <pre> @Lock public class A { ... } </pre> The default lock if LockType.WRITE.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

@Lock
public class A {
    ...
}

The default lock if LockType.WRITE.