Creating Java JPA entities with a JSON field
1. Introduction
In this tutorial we will explore how you can persist a JSON field in your JPA entity.
We use a number of technologies:
- Spring Data JPA
- Spring Data REST
- Hibernate ORM
- Jackson
- PostgreSQL