}
public <T> Object processUpdate(PutMergePatchUriInfo updateView,
final InputStream content, final Map<String, Object> properties, final String requestContentType)
throws ODataJPAModelException, ODataJPARuntimeException {
JPQLContextType contextType = null;
Object jpaEntity = null;
try {
em.getTransaction().begin();
if (updateView instanceof PutMergePatchUriInfo) {
updateView = ((PutMergePatchUriInfo) updateView);