Tags
Authors
Today, we released a new maintenance release of Hibernate ORM 5.3: 5.3.13.Final.
We just released the sixth maintenance release of Hibernate ORM 5.4.
Today, we released a new maintenance release of Hibernate ORM 5.3: 5.3.12.Final.
Today, we released a new maintenance release of Hibernate ORM 5.3: 5.3.11.Final.
Generally speaking, an ORM solution will have support for creating a lazy proxy for an entity
based on its identifier value. Historically Hibernate supported generating these proxies using
Java’s proxy feature (see java.lang.reflect.Proxy
). Hibernate now supports proxying an entity
using bytecode enhancement.
We just released the fourth maintenance release of Hibernate ORM 5.4 with significant performance improvements.
We just released the third maintenance release of Hibernate ORM 5.4.
It is designed to be a drop in replacement for ORM 5.4.2.
Today, we released a new maintenance release of Hibernate ORM 5.3: 5.3.10.Final.
We are excited to announce the release of 6.0 Alpha2.
See the announcements for previous 6.0 development releases: Alpha1
This release introduces:
-
support for multi-valued query parameter bindings
-
query mutations handling improvements
-
initial hooks for entity hierarchy specific mutation strategy
-
special handling for composite ids
-
special handling for no restriction deletes
-
special handling for deletes predicated on no non-id attributes
-
table-based, inline and cte strategies for "multi-table" mutations ported
-
-
support for one-to-many and many-to-many was further extended (@Where, @Order, @Parent are not still supported)