String variable in java to get and store the json array in table column

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.

Leave a Comment