Uses of Interface
org.apache.olingo.odata2.api.edm.EdmMapping
Packages that use EdmMapping
Package
Description
Entity Data Model API
Entity Data Model Provider API
-
Uses of EdmMapping in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmMappingModifier and TypeMethodDescriptionEdmMappable.getMapping()Get mapping information applied to an EDM element -
Uses of EdmMapping in org.apache.olingo.odata2.api.edm.provider
Classes in org.apache.olingo.odata2.api.edm.provider that implement EdmMappingModifier and TypeClassDescriptionclassObject of this class represent the mapping of a value to a MIME type. -
Uses of EdmMapping in org.apache.olingo.odata2.core.edm.provider
Methods in org.apache.olingo.odata2.core.edm.provider that return EdmMappingModifier and TypeMethodDescriptionEdmElementImplProv.getMapping()EdmEntitySetImplProv.getMapping()EdmFunctionImportImplProv.getMapping()EdmNavigationPropertyImplProv.getMapping()EdmStructuralTypeImplProv.getMapping()Constructors in org.apache.olingo.odata2.core.edm.provider with parameters of type EdmMappingModifierConstructorDescriptionEdmElementImplProv(EdmImplProv edm, String name, FullQualifiedName typeName, EdmFacets edmFacets, EdmMapping edmMapping) -
Uses of EdmMapping in org.apache.olingo.odata2.core.ep.aggregator
Methods in org.apache.olingo.odata2.core.ep.aggregator that return EdmMapping