Hibernate ORM 7.3 Final was released a few weeks ago and today 7.3.1 will be 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.3.0.
Some of the new features include -
-
Addition of the new
KeyTypeenum that allowsfind()andfindMultiple()to perform a load based on natural id in addition to identifier. -
Addition of
@NaturalIdClasswhich models a non-aggregated composite natural id for the purpose of loading, very much like@IdClassdoes for non-aggregated identifiers. -
Support for Jackson 3 JSON and XML
FormatMapperimplementations