JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Data Relational Parent
org.springframework.data.relational.repository
Lock
Contents
Description
Required Element Summary
Element Details
value
Hide sidebar
Show sidebar
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
LockMode
value
Defines which type of
LockMode
we want to use.
Element Details
value
LockMode
value
Defines which type of
LockMode
we want to use.