Mark Paluch

Results 497 issues of 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.

type: enhancement
theme: aot

Since [JPA 3.2](https://jakarta.ee/specifications/persistence/3.2/), identification variables and the `SELECT` clause in Jakarta Persistence QL are now optional.

type: enhancement

See https://docs.jboss.org/hibernate/orm/7.0/userguide/html_single/Hibernate_User_Guide.html#hql-json-table-function

type: enhancement

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...

type: enhancement

We should retain the same functionality as with reflective query methods.

type: enhancement
theme: aot

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`...

type: task

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...

type: enhancement