I'm using Blaze Persistence and QueryDSL together on a project. I was waiting for the release of the 1.6.9 version of BP adding the support for Hibernate 6.2 Here is my env: Spring Boot 3.1.0 ...
I needed a simple way to build SQL queries in Java, and I didn’t want to use additional libraries.