How to parse a String into an EntityGraph with Hibernate 5.4
|

How to parse a String into an EntityGraph with Hibernate 5.4

JPA 2.1 introduced the annotation-based Named Entity Graphs and the Entity Graph API. They provide query-independent ways to define which entity attributes Hibernate shall fetch from the database. And while you can’t omit eagerly fetched associations or attributes with Hibernate, you can specify a query-specific eager loading for a graph of associations. Sounds great, doesn’t…

5 Reasons and 101 Bugfixes – Why You Should Use Hibernate 5.3
|

5 Reasons and 101 Bugfixes – Why You Should Use Hibernate 5.3

Hibernate 5.3 is available for a little more than 3 months now, and last week, the team released the 3rd maintenance release. So, it’s about time to take a closer look at the new version. In addition to more than 100 bug fixes, Hibernate 5.3 includes a few features and improvements that might motivate you to…