edmPropertyValueMap.putAll(navigationMap);
result.setEntryData(edmPropertyValueMap);
}
result.setInlineProperties(getInlineEntityProviderProperties(context));
} catch (EdmException e) {
throw new ODataApplicationException(e.getMessage(), Locale.getDefault(), e);
} catch (ODataJPARuntimeException e) {
throw new ODataApplicationException(e.getMessage(), Locale.getDefault(), e);
}
return result;
}