Uses of Class
org.apache.olingo.odata2.api.edm.provider.Mapping
-
Packages that use Mapping Package Description org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API -
-
Uses of Mapping in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return Mapping Modifier and Type Method Description MappingComplexType. getMapping()MappingEntitySet. getMapping()MappingFunctionImport. getMapping()MappingFunctionImportParameter. getMapping()MappingNavigationProperty. getMapping()MappingProperty. getMapping()MappingMapping. setInternalExpression(String value)MappingMapping. setInternalName(String value)Sets the value for thisMapping.MappingMapping. setMediaResourceMimeTypeKey(String mediaResourceMimeTypeKey)Sets the key for the resource mime type key which is used for the lookup in the data mapMappingMapping. setMediaResourceSourceKey(String mediaResourceSourceKey)Sets the key for the resource source key which is used for the lookup in the data mapMappingMapping. setObject(Object object)Sets an object.Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type Mapping Modifier and Type Method Description ComplexPropertyComplexProperty. setMapping(Mapping mapping)ComplexTypeComplexType. setMapping(Mapping mapping)Sets theMappingEntitySetEntitySet. setMapping(Mapping mapping)Sets theMappingEntityTypeEntityType. setMapping(Mapping mapping)FunctionImportFunctionImport. setMapping(Mapping mapping)Sets theMappingFunctionImportParameterFunctionImportParameter. setMapping(Mapping mapping)Sets theMappingof thisFunctionImportParameterNavigationPropertyNavigationProperty. setMapping(Mapping mapping)Sets theMappingfor thisNavigationPropertyPropertyProperty. setMapping(Mapping mapping)SimplePropertySimpleProperty. setMapping(Mapping mapping)
-