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 ORM 5.2 release is out. One of the most notable improvements is that Hibernate
Session
now extends JPAEntityManager
, so all JPA methods are now available from the Hibernate native API as well. -
Rajiv R. Nair wrote a blog post about how you can build a custom UUID generator that only generates a new value if the user hasn’t already provided an entity identifier.
-
eXo Platform is moving away from JCR to a new JPA and Hibernate data access layer.
-
Arturo Volpe demonstrates how you can provide the Hibernate 5.2 dependency to Wildfly 10 via Docker.
-
Benjamin Schmeling has written a very interesting article about combining Hibernate Validator and Spring Expression Language to leverage dynamic validation rules.
-
Arnold Galovics demonstrates how you can use the Hibernate 5.2 Session-level batching feature in a declarative fashion using a Spring annotation.
-
Hibernate is highly extensible as Thorben Janssen demonstrates how you can implement a custom PostgreSQL JSON type.
-
If you ever wondered how you can safely implement equals and hashCode based on the entity identifier, then you should read this post I wrote last week.