Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
Articles
-
Hibernate OGM 5.0 is out, and we are really exited about reaching this milestone.
-
We are also very proud that Hibernate Validator, Hibernate EntityManager, and Hibernate Core made it into the Top 50 Java Libraries in 2016.
-
Manoj Debnath wrote a very good article about managing data with MongoDB and JPA through Hibernate OGM.
-
Ken Spokas offers a very useful Hibernate OGM tutorial.
-
Abhishek Gupta wrote an article about second-level caching support in JPA.
-
Umair Shahid gives a short introduction to using Hibernate Query Language (HQL) with PostgreSQL.
-
Thorben Janssen wrote an article about persisting additional attributes for a relationship with JPA and Hibernate.
-
Daniel Ehrman (from Redfin) demonstrates the performance penalty of the N+1 query issue.
-
I wrote a short guide about calling PostgreSQL stored procedures and functions from Hibernate.