Hello everyone,
I hope you are doing well.

I’m currently working on a JPA entity that needs to store information in
JSON format using a JSONB column in a PostgreSQL database. While
researching, I came across several tutorials that rely on the
hibernate-types dependency from com.vladmihalcea, which is specifically
designed for Hibernate.
However, since we exclude the Hibernate group and use EclipseLink instead,
I’m looking for an alternative approach to map a JSONB column to an entity
attribute.

Any guidance, code samples, or even pointers to relevant resources would be
immensely appreciated.

Thank you!

Reply via email to