Uses of Enum Class
org.apache.olingo.odata2.api.edm.EdmConcurrencyMode
Packages that use EdmConcurrencyMode
Package
Description
Entity Data Model API
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 EdmConcurrencyModeModifier and TypeMethodDescriptionEdmFacets.getConcurrencyMode()Get the information if the value of the type in use should be used for optimistic concurrency checks.static EdmConcurrencyModeReturns the enum constant of this class with the specified name.static EdmConcurrencyMode[]EdmConcurrencyMode.values()Returns an array containing the constants of this enum class, 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 EdmConcurrencyModeMethods in org.apache.olingo.odata2.api.edm.provider with parameters of type EdmConcurrencyModeModifier and TypeMethodDescriptionFacets.setConcurrencyMode(EdmConcurrencyMode concurrencyMode) Sets theEdmConcurrencyModeof thisFacets