Uses of Class
org.apache.olingo.odata2.api.edm.EdmConcurrencyMode

Packages that use EdmConcurrencyMode
org.apache.olingo.odata2.api.edm Entity Data Model API 
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
 

Uses of EdmConcurrencyMode in org.apache.olingo.odata2.api.edm
 

Methods in org.apache.olingo.odata2.api.edm that return EdmConcurrencyMode
 EdmConcurrencyMode EdmFacets.getConcurrencyMode()
          Get the information if the value of the type in use should be used for optimistic concurrency checks.
static EdmConcurrencyMode EdmConcurrencyMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EdmConcurrencyMode[] EdmConcurrencyMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EdmConcurrencyMode in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return EdmConcurrencyMode
 EdmConcurrencyMode Facets.getConcurrencyMode()
           
 

Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type EdmConcurrencyMode
 Facets Facets.setConcurrencyMode(EdmConcurrencyMode concurrencyMode)
          Sets the EdmConcurrencyMode of this Facets
 



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