Annotation Interface Lock


@Retention(RUNTIME) @Target(METHOD) @Documented public @interface Lock
Annotation to provide a lock mode for a given query.
Author:
Diego Krupitza
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Defines which type of LockMode we want to use.
  • Element Details