How I can handle a field in PostgreSQL whit datatype 'jsonb'.
I want to map it to an entity and use it whit a JPQL Query (check if a field exists with the given ID)
It should be performant as possible.
How I can handle a field in PostgreSQL whit datatype 'jsonb'.
I want to map it to an entity and use it whit a JPQL Query (check if a field exists with the given ID)
It should be performant as possible.