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

Articles

Bruno Borges wrote an article about setting up database servers for development using Docker.

For our Chinese readers, Yang Chuang wrote an article about using the MySQL streaming feature with JDBC.

If you want to know how to map a JPA entity to a View or SQL query using Hibernate, you should read this article.

When using Oracle, you might want to get the actual execution plan for a given Hibernate JPQL, Criteria API or even native SQL query. This article explains how you can get the actual execution plan when using Oracle.

The hibernate-types project adds support for custom Hibernate Types like JSON, ARRAY or PostgreSQL Enum. The version 2.1.1 adds support for customizing the underlying Jackson ObjectMapper. For more details, you should read this article.

Thorben Janssen wrote an article about the difference between Composition and Inheritance when using JPA entities.

Time to upgrade


Back to top