JavaScript is disabled on your browser.
Skip navigation links
Spring Data Relational Parent
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.data.relational.repository
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.