Object selectedObject = null;
if (uriParserResultView instanceof DeleteUriInfo || uriParserResultView instanceof GetEntityUriInfo
|| uriParserResultView instanceof PutMergePatchUriInfo) {
JPQLContext selectJPQLContext = JPQLContext.createBuilder(
contextType, uriParserResultView).build();
JPQLStatement selectJPQLStatement = JPQLStatement.createBuilder(
selectJPQLContext).build();
Query query = null;