Uses of Class
org.apache.olingo.odata2.api.edm.provider.Mapping
Packages that use Mapping
-
Uses of Mapping in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return MappingModifier and TypeMethodDescriptionComplexType.getMapping()EntitySet.getMapping()FunctionImport.getMapping()FunctionImportParameter.getMapping()NavigationProperty.getMapping()Property.getMapping()Mapping.setInternalName(String value) Sets the value for thisMapping.Mapping.setMediaResourceMimeTypeKey(String mediaResourceMimeTypeKey) Sets the key for the resource mime type key which is used for the lookup in the data mapMapping.setMediaResourceSourceKey(String mediaResourceSourceKey) Sets the key for the resource source key which is used for the lookup in the data mapSets an object.Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type MappingModifier and TypeMethodDescriptionComplexProperty.setMapping(Mapping mapping) ComplexType.setMapping(Mapping mapping) Sets theMappingEntitySet.setMapping(Mapping mapping) Sets theMappingEntityType.setMapping(Mapping mapping) FunctionImport.setMapping(Mapping mapping) Sets theMappingFunctionImportParameter.setMapping(Mapping mapping) Sets theMappingof thisFunctionImportParameterNavigationProperty.setMapping(Mapping mapping) Sets theMappingfor thisNavigationPropertyProperty.setMapping(Mapping mapping) SimpleProperty.setMapping(Mapping mapping)