Package | Description |
---|---|
org.apache.olingo.odata2.api.edm.provider |
Entity Data Model Provider API
Classes in this package are used to provide an EDM to the library as well as to the application.
|
org.apache.olingo.odata2.client.core.edm.Impl |
Modifier and Type | Method and Description |
---|---|
Mapping |
ComplexType.getMapping() |
Mapping |
EntitySet.getMapping() |
Mapping |
NavigationProperty.getMapping() |
Mapping |
Property.getMapping() |
Mapping |
FunctionImport.getMapping() |
Mapping |
FunctionImportParameter.getMapping() |
Mapping |
Mapping.setInternalName(String value)
Sets the value for this
Mapping . |
Mapping |
Mapping.setMediaResourceMimeTypeKey(String mediaResourceMimeTypeKey)
Sets the key for the resource mime type key which is used for the lookup in the data map
|
Mapping |
Mapping.setMediaResourceSourceKey(String mediaResourceSourceKey)
Sets the key for the resource source key which is used for the lookup in the data map
|
Mapping |
Mapping.setObject(Object object)
Sets an object.
|
Modifier and Type | Method and Description |
---|---|
ComplexType |
ComplexType.setMapping(Mapping mapping)
Sets the
Mapping |
EntitySet |
EntitySet.setMapping(Mapping mapping)
Sets the
Mapping |
EntityType |
EntityType.setMapping(Mapping mapping) |
NavigationProperty |
NavigationProperty.setMapping(Mapping mapping)
Sets the
Mapping for this NavigationProperty |
SimpleProperty |
SimpleProperty.setMapping(Mapping mapping) |
ComplexProperty |
ComplexProperty.setMapping(Mapping mapping) |
Property |
Property.setMapping(Mapping mapping)
|
FunctionImport |
FunctionImport.setMapping(Mapping mapping)
Sets the
Mapping |
FunctionImportParameter |
FunctionImportParameter.setMapping(Mapping mapping)
Sets the
Mapping of this FunctionImportParameter |
Modifier and Type | Method and Description |
---|---|
void |
EdmNavigationPropertyImpl.setMapping(Mapping mapping) |
void |
EdmPropertyImpl.setMapping(Mapping mapping) |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.