The Hibernate Types project gives you extra types and general purpose utilities that are not supported by the Hibernate ORM core
I'm updating some Spring Boot Applications with JPA queries. Everything works fine except from one specific kind of queries (findByJsonNode). …
java spring-boot jpa spring-data-jpa hibernate-typesI'm attempting to use this library for persisting JSON with JPA & Hibernate: https://github.com/vladmihalcea/hibernate-types I am …
java hibernate jpa spring-data-jpa hibernate-types