Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.

Articles

In this article, Philip Riecks explains how to improve performance by lazy loading entity attributes.

When using JPA and Hibernate, it can happen to overlook some basic concepts which are actually very important when dealing with performance issues. This article explains the difference between the find and getReference method of the EntityManager.

If you’re planning to use Spring Data, the following two tutorials will help you get started:

One advantage of using JPA and Hibernate is the support for database and application-level concurrency control. In these two articles, Eugen Paraschiv explains how to use:

On the same topic, it’s also worth reading this article that explains the Non-Repeatable Read data anomaly.

Time to upgrade

There Hibernate Search 5.10.2 has been released.


Back to top