Annotation Interface Lock


Annotation used to specify the LockModeType to be used when executing the query. It will be evaluated when using Query on a query method or if you derive the query from the method name.
Author:
Aleksander Blomskøld, Oliver Gierke
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    jakarta.persistence.LockModeType
    The LockModeType to be used when executing the annotated query or CRUD method.
  • Element Details

    • value

      jakarta.persistence.LockModeType value
      The LockModeType to be used when executing the annotated query or CRUD method.
      Returns: