org.apache.olingo.odata2.api.annotation.edm
Annotation Type EdmConcurrencyControl


@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.



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.