0

In PostgreSQL, we have the @> operator.

It checks if the JSON value exists in a jsonb field.

Is there a possibility to do this in JPQL or is there no other way than a native query?

J. H
  • 102
  • 11
  • Perhaps useful: [JPA and JSON operator native query](https://stackoverflow.com/questions/42901240/jpa-and-json-operator-native-query) – Lio Elbammalf Nov 22 '18 at 11:00
  • Since the JPQL syntax is well documented and that is not a valid operator ... –  Nov 22 '18 at 11:09

0 Answers0