Java Records as Embeddables with Hibernate 6

Hibernate 6 introduces support for records as embeddables. In 6.0 and 6.1, this still requires a custom instantiator. Starting with 6.2, Hibernate handles it automatically.