Package com.blazebit.persistence.view
Annotation Type LockOwner
-
@Target(TYPE) @Retention(RUNTIME) public @interface LockOwner
Annotation to specify the owner of a lock that should be used for locking.- Since:
- 1.2.0
- Author:
- Christian Beikov
-
-
Element Detail
-
value
String value
The attribute path to the actual lock owner, relative to the annotated entity view type's entity.- Returns:
- The attribute path to the lock owner
-
-