Annotation Type EdmConcurrencyControl
-
@Retention(RUNTIME) @Target(FIELD) public @interface EdmConcurrencyControl
Related toConcurrencyModein OData specification. If a property is annotated withEdmConcurrencyControlthis is equivalent withConcurrencyMode = FIXED. Default of a property not annotated withEdmConcurrencyControlthis is equivalent withConcurrencyMode = NONE.