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?
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?