Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
Articles
Don’t miss our Hibernate developer interviews with Rafael Winterhalter and Julien Dubois. If you like our interviews, then we have good news since we are going to interview many developers that are a constant inspiration for our Java community.
When streaming data from a Relational Database, it’s very important to understand the underlying JDBC Driver capabilities. Krešimir Nesek wrote a very good article about how you can take advantage of MySQL streaming when using Spring Data and Hibernate.
You should never concatenate strings when building dynamic queries, and this rule applies to JPQL queries as well. Check out this article for what dangers awaits you if you don’t follow this advice.
Nicky Bass Mølholm wrote a wonderful article explaining the benefit of using the newly introduced
hibernate.jdbc.time_zone
configuration property when using Spring Boot.
Benjamin Schmeling wrote a very detailed article about Implementing sortable, filterable, paginated and lazy Primefaces DataTable with Spring Data.
I wrote an article about How to map calculated properties with JPA and Hibernate @Formula
annotation.
Matti Tahvonen has created Spring Boot example with Hibernate Spatial. You can check it out on GitHub.
Time to upgrade
Hibernate Validator 5.3.2 is out, as well as Hibernate OGM 5.1.0.Beta1 and 5.0.3.Final.
Questions and answers
-
What are the differences between Oracle and MySQL for Java programming? Does Hibernate use Oracle?
-
What is the plan you suggest to master Spring and Hibernate frameworks in one month?
-
Hibernate throws
org.hibernate.exception.GenericJDBCException: Cannot open connection
-
Unable to access
TransactionManager
orUserTransaction
after updating to Hibernate 5 -
Delete child from parent and parent from child automatically with JPA annotations
-
Migration to Hibernate 5.2.4: Problem with inheritance mapping
-
Running a MySQL native query which employs a user-defined function
-
Best approach for multiple entities mapped on the same table