javaadvent.com
How to map JSON collections using JPA and Hibernate - JVM Advent
Introduction This article uses the old 1.2.0 version of the hibernate-types project. The API has greatly changed ever since, so you should read this article instead. The open-source hibernate-types project allows you to map Java objects or Jackson JsonNode as JPA entity properties. Recently, thanks to our awesome contributors, we added support for type-safe collections […]
Vlad Mihalcea