How to preload database tables and its join tables when we are using HIbernate’s GenerationType.IDENTITY?
I’m using Quarkus with Panache and Hibernate 6, and MSSQL. Our Entities is using GenerationType.IDENTITY.
I’m using Quarkus with Panache and Hibernate 6, and MSSQL. Our Entities is using GenerationType.IDENTITY.