@javax.ejb.Lock: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * EJB Annotations =Overview= <pre> @Lock public class A { ... } </pre> The default lock if LockType.WRITE.")
(No difference)

Revision as of 20:32, 27 April 2017

Internal

Overview

@Lock
public class A {
    ...
}

The default lock if LockType.WRITE.