Mark Paluch
Mark Paluch
AOT repositories should be generated by default when using AOT. We already have a config flag to disable AOT repositories to back out from AOT processing.
Closes #3902
Since [JPA 3.2](https://jakarta.ee/specifications/persistence/3.2/), identification variables and the `SELECT` clause in Jakarta Persistence QL are now optional.
See https://docs.jboss.org/hibernate/orm/7.0/userguide/html_single/Hibernate_User_Guide.html#hql-json-table-function
Isolated addition of `delete(…)` so repositories using Querydsl could declare a `delete(Predicate)` method. See also #2786 and #1305 While we don't want to generally expose a delete method, we still...
We should retain the same functionality as with reflective query methods.
We have accumulated quite a bit of code in both utility methods that operate on the level of JPA's `Metamodel`. For using the meta-model in JPQL queries, we've introduced `JpqlUtils`...
We should add tests and if needed update `LiquibaseChangeSetWriter` to ensure schema generation works with composite Id's. Also, we should review support for embedded types, aggregate references and entities in...