Tags
Authors
4.3.9.Final and 4.2.19.Final were released 15/Apr/2015.
We just got done releasing Hibernate O/RM 5.0.0.Beta1. I will follow up later with a more in depth blog post for 5.0.0.Final, but this first Beta implements all new APIs and most new features. Specifically in this Beta include:
Célébrons l'open source et le partage (English version below).
We released Hibernate Search 5.1.1.Final, a micro update for version 5.1: our latest best release ever which we described early this month.
I am happy to announce the release of Hibernate OGM 4.1.3 Final and 4.2.0.Beta1!
One of the fundamental principles of Hibernate/JPA is that any writes done through the Session/EntityManager APIs are collected in the persistence context and are only written to the database upon transaction commit. If needed, you can enforce the flushing of changes by explicitly invoking the flush() method. Also Hibernate may trigger a flush automatically, e.g. prior to executing a query. This strategy allows to perform many optimizations, e.g. only persisting the final state of an entity changed several times, make use of batched inserts and others.
Hibernate Search 5.1
Now that feedback is coming about our great 5.0 release, it's time to publish quite a maintenance version as we have a long list of improvements already! So today we release Hibernate Search 5.1.0.Final.
It’s my pleasure to announce the release of Hibernate OGM 4.1.2!