Two questions about PL/JSON:
It is possible to create some index and query using JSON structure? Something like:
select * from t1 where json_v = json('{"field_x": 23}');
I use Hibernate as ORM. How can I use json objects with Hibernate?
Two questions about PL/JSON:
It is possible to create some index and query using JSON structure? Something like:
select * from t1 where json_v = json('{"field_x": 23}');
I use Hibernate as ORM. How can I use json objects with Hibernate?
PL/JSON is not integrated into the query engine as would be necessary for such as you are asking. Any question you have about Hibernate and JSON will need to be addressed to that community.