I'm meeting this problem.
I'm using PostgreSQL with a column whose type is jsonb in a table. After Hibernate mapping, it come to Serializable. I got one json string from client, and want to store this json string to the jsonb column. Is there a way that I can do?