Though hibernate 6.2 is supporting mapping of Java records as embeddable types, it’s metamodel generator is not generating anything at all for these records, causing devs relying mostly on the criteria API for complex query building not being able to use records for that purpose. |