Tags
Authors
Today, we published a new maintenance release of Hibernate ORM 6.1: 6.1.3.Final.
Today, we published a new maintenance release of Hibernate ORM 5.6: 5.6.11.Final.
Today, we published a new maintenance release of Hibernate ORM 6.1: 6.1.2.Final.
Today, we published a new maintenance release of Hibernate ORM 5.6: 5.6.10.Final.
Today, we published a new maintenance release of Hibernate ORM 6.1: 6.1.1.Final.
Hibernate ORM version 6.1.0.Final
was just announced a few days ago, but the announcement didn’t go into a too much detail.
Read on if you want to know more about some of the hot new features this shiny new release comes with.
Hibernate 6.1 Final
Today, we published a new maintenance release of Hibernate ORM 6.0: 6.0.2.Final.
Over the weekend we released both Hibernate ORM 5.6.9.Final
and Hibernate Reactive 1.1.5.Final
.
Hibernate ORM 6.0 makes mapping UUID values easy, including use of generated UUID values as identifiers.
By default, Hibernate will map UUID
values to either
-
a database-specific UUID type, if one -
UUID
for PostgreSQL,UNIQUEIDENTIFIER
for T-SQL variants, etc. -
BINARY
if the database does not define a specific UUID type.
[ ... ]