I use quarkus-spring-data-jpa extension, but since native queries are not supported, I can't execute a query similar to this select * from test_table where test_json->>'FirstValue' = :value
. I have not found how to do this using only JPQL. How can I make such a request using Hibernate and Panache ?
Asked
Active
Viewed 603 times
4

AAA
- 51
- 1
-
1https://vladmihalcea.com/how-to-map-json-objects-using-generic-hibernate-types/ – Luca Basso Ricci Jul 26 '21 at 06:29