Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
Articles
-
If you are a framework developer looking forward to integrating Java 9, then don’t miss the Bean Validation and the Jigsaw Liaison post by Gunnar Morling.
-
Because integration testing plays a very important role in software development, we wrote one article about intercepting JDBC PreparedStatement calls, and another post about running the database under test on Docker.
-
Thorben Janssen wrote an article about 5 common Hibernate exceptions on the Takipi blog, as well as another one about initializing lazy associations using entity queries.
-
I wrote an article about how you can map any JSON object using Hibernate
Types
. This is a generic solution that works on both PostgreSQL or MySQL. -
Because Hibernate is very customizable, there is an example of how you can generate unique
String
sequences.