Interface EdmMapping
- All Known Implementing Classes:
CsdlMapping
public interface EdmMapping
EdmMapping holds custom mapping information which can be applied to a CSDL element.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the internal name for this mapped object.Class<?>
The class which is returned here will be used to during deserialization to replace the default java class for a primitive type.
-
Method Details
-
getInternalName
String getInternalName()Returns the internal name for this mapped object. This name won`t be used by the Olingo library but can be used by applications to access their database easier.- Returns:
- the internal name of this mapped object
-
getMappedJavaClass
Class<?> getMappedJavaClass()The class which is returned here will be used to during deserialization to replace the default java class for a primitive type.- Returns:
- class used during deserialization
-