Draft: Fixes ISSUE-45436: JsonToDataConverter is appending parameters to hql wrongly
In method getBaseOBObjectFromId some parameters were appended directly to the hql where clause, to avoid this, it has been converted to OBCriteria.
Test plan
It can be tested with the following tests:
- JsonConversionTest
- DataQueryServiceTest
- ComputedColumnsTest#testJSONConverter
Edited by Cristian Berner