Using Hibernate LOB annotation the wrong and dangerous way with Postgres
PostgreSQL gives you multiple ways to deal with large objects: If you deal with not-so-enormous texts, and don’t need pagination for performance, just stick with the text data type, as it ...