Hibernate 5.1 introduced joins for unrelated entities with an SQL-like syntax. With JPA and older Hibernate versions, you still have to use a workaround.| Thorben Janssen
Hibernate and JPA support 4 inheritance strategies which map the entities to different table models. But which one is the best for your use case?| Thorben Janssen
All you need to know to execute native SQL statements with Hibernate, handle the query result and avoid common performance pitfalls.| Thorben Janssen
How should you configure your Hibernate logging to find performance issues during development? What is the best configuration for production?| Thorben Janssen