Welcome to the Hibernate community newsletter in which we share blog posts, forum, and StackOverflow questions that are especially relevant to our users.
Articles
Dmitry Alexandrov wrote an awesome article which explains how he managed to optimize the memory allocation of an enterprise application so that, instead of occupying 8 GB, it now requires only 89 MB of Heap storage.
Jan Vladimir Mostert demonstrates how you can build an enterprise application using Vert.x, Hibernate, and Kotlin.
If yu are using the TABLE identifier generator, you should know that this generator does not scale very well. Check out this article for more details.
For our Portuguese readers, Daniel Dias wrote an article about how you can persist data into a NoSQL database using Hibernate OGM.
Thorben Janssen continues his Hibernate Envers series with an article about extending the standard revision.
I wrote an article about how you can map table rows to columns using PIVOT or CASE SQL expressions.
Time to upgrade
-
Hibernate Search 5.5.6 as well as 5.6.0.CR1 and 5.7.0.Beta2 have been released.
-
Hibernate OGM 5.0.4 and 5.1.0.Beta3 are out!
-
Hibernate ORM 5.2.6 comes with many fixes and enhancements, so time for you to upgrade.
Questions and answers
-
Best practice of fetching DTO and entity with Services and DAO when using Hibernate
-
Add tenant dynamically in multitenant database application using Spring MVC and Hibernate
-
Bidirectional
@OneToMany
relation with JPA annotations doesn’t seem to work -
Multiple references to
@OneToMany
bag relationships using Hibernate -
How to keep data in MySQL and change the
@Id
fromGenerationType.AUTO
toGenerationType.TABLE
?