

You could of course also store the JSON document in a text column (which is part of the SQL standard and supported by Hibernate), but then you would miss out on PostgreSQL.

One example for it is PostgreSQL's JSONB data type which allows you to store JSON documents efficiently in a database column.
