JavaScript is disabled on your browser.
Skip navigation links
Spring Data Core
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.data.annotation
Annotation Interface Version
@Documented
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
,
ANNOTATION_TYPE
})
public @interface
Version
Demarcates a property to be used as version field to implement optimistic locking on entities.
Since:
1.5
Author:
Patryk Wasik, Oliver Gierke