Annotation Interface EdmConcurrencyControl


@Retention(RUNTIME) @Target(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.