Uses of Class
org.apache.olingo.odata2.api.edm.EdmConcurrencyMode
-
Packages that use EdmConcurrencyMode Package Description org.apache.olingo.odata2.api.edm Entity Data Model APIorg.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 Modifier and Type Method Description EdmConcurrencyModeEdmFacets. getConcurrencyMode()Get the information if the value of the type in use should be used for optimistic concurrency checks.static EdmConcurrencyModeEdmConcurrencyMode. 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 Modifier and Type Method Description EdmConcurrencyModeFacets. getConcurrencyMode()Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type EdmConcurrencyMode Modifier and Type Method Description FacetsFacets. setConcurrencyMode(EdmConcurrencyMode concurrencyMode)Sets theEdmConcurrencyModeof thisFacets
-