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
2. Our Goal
Our goal is to be able to...Continue Reading
Creating Java JPA entities with an XML field
1. Introduction
In this article we explore how you can store an XML field in your JPA entities. We use a number of technologies:- Spring Data
- Hibernate ORM
- JAXB
- PostgreSQL