Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
Articles
-
A very good introduction to Ad-hoc join queries by Martin Vaněk. This feature is supported by Hibernate since version 5.1.0, so one more reason to upgrade.
-
Although not a recent one, it’s worth mentioning Konrad Garus’s article about Rapid Development with Hibernate in CQRS Read Models.
-
How to use Hibernate Bean Validator in a Java SE project by Dustin Marx is also a very good read.
-
In case you want to call an Oracle stored procedure or a function, I wrote a guide about how you can do it from Hibernate.