All you need to know to execute native SQL statements with Hibernate, handle the query result and avoid common performance pitfalls.| Thorben Janssen
PostgreSQL offers proprietary datatypes to store JSON documents which are not supported by Hibernate. But you can change that with a UserType.| Thorben Janssen