Hibernate ORM 6.2.6 Final has been released

Read more about it on our blog: Hibernate ORM 6.2.6.Final released - In Relation To

Hi, I need help regarding Hibernate 6. I need a way to generate Id if it’s null on persisting if not null then keep existing Id. I can’t find an example online. Example are for older ORM versions and none of them work. I tried on my own but I get a recursion stackoverflow error. If this is not the place to ask this type of question I am sorry.