Hibernate ORM 7.4 Final has been released.
Details about the release, as well as links to important resources, can be found at https://github.com/hibernate/hibernate-orm/releases/tag/7.4.0.
Some of the new features include -
-
Support for
@Temporaland@Auditeddata -
Support for database-generated columns (e.g. IDENTITY) within composite primary keys
-
New
CacheMode.REFRESH_SESSIONallowing that entities returned in a query result set should be efficiently refreshed in the first-level cache. -
Support for Google Cloud Spanner PostgreSQL-compatible Dialect