Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
Interviews
Don’t miss our Hibernate developer interview with Meet Mark Rotteveel.
If you want to share your story about Hibernate, let us know, and we can share it with our huge community of passionate developers.
Articles
Sergey Chupov wrote a very good article about Hibernate logging, and what you need to do to enable it.
For our Portuguese readers, Rafael Ponte wrote 6 tips to maintain application portability with JPA.
If you want to use UUID with JPA and Hibernate, then this article shows you how to use a JVM or database auto-generated UUID entity identifier.
If you want to map a Lob
with JPA and Hibernate, then you should definitely read
this article.
The Bean Validation benchmark has been revisited, so if you’re curious how the major competitors are doing, then check out this article.
If you are interested how you can achieve database or framework portability while still benefiting from database or framework-specific features, then you should definitely read this article.
Questions and answers
-
How to prevent the Hibernate schema from being generated automatically
-
Why does Hibernate ORM uses DATETIME by default on MySQL instead of TIMESTAMP
-
How to map a unidirectional Many-To-One association using a HashSet
-
How to prevent the Hibernate schema from being generated automatically
-
What is this spring.jpa.open-in-view=true property in Spring Boot?
-
Hibernate @OneToMany throws MySQLSyntaxErrorException: You have an error in your SQL syntax
-
How to map two JPA or Hibernate entities on the same database table
-
How to store date/time and timestamps in UTC time zone with JPA and Hibernate