You could serialize / Deserialize the JSON as String. Use JPA Converters, which shall automatically convert the same.
Suggest to use Jackson JAR for the same.
You could serialize / Deserialize the JSON as String. Use JPA Converters, which shall automatically convert the same.
Suggest to use Jackson JAR for the same.