Description: Hibernate Types is a library of extra types not supported by Hibernate Core by default. This is a Spring Boot application that uses this library to persist JSON data (JSON Java Object) in a MySQL json column and for querying JSON data from the MySQL json column to JSON Java Object. Updates are supported as well.
Key points:
- for Maven, add Hibernate Types as a dependency in
pom.xml - in entity use
@TypeDefto maptypeClasstoJsonStringType

