|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface EdmConcurrencyControl
Related to ConcurrencyMode
in OData specification.
If a property is annotated with EdmConcurrencyControl
this is equivalent with ConcurrencyMode =
FIXED
.
Default of a property not annotated with EdmConcurrencyControl
this is equivalent with ConcurrencyMode
= NONE
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |