PostgreSQL’s JSONB type mapping using Hibernate

2519 days ago via vojtechruzicka    Discuss    Technology
PostgreSQL 9.4 added support for JSONB data type. Hibernate, however, currently does not support out of the box mapping for it. This post describes how to implement custom mapping for JSONB in Spring Boot application.   JSONB In PostgreSQL 9.4 new JSONB type was introduced. It allows storing of JSON data and enforces they are […]
The post PostgreSQL’s JSONB type mapping using Hibernate appeared first on Vojtech Ruzicka's Programming Blog.

Submit a Comment

Log in to comment or register here