Mark Paluch

Results 1230 comments of Mark Paluch

Currently, our options are mostly enums, such as `TableOption`. We could use that one to determine whether a value must be given like it is now but with the variant...

Related to #3588. We need to look up property paths to formulate a proper order expression. For `findAll` we do not have any means to consider subclasses, we only have...

We do not want to change this behavior by default as subtypes open up exploitation vectors using sorting. If you want to use subtype properties for sorting, then use `JpaSort.unsafe(…)`...

It is possible to use String-based queries. We should consider how to inject Keyset-pagination predicates and introduce joins for sort by fields that work for part tree queries and JPQL...

> If queries are rendered to JPQL/HQL again, We've been using CriteriaQuery for derived queries and `SimpleJpaRepository` implementations since the inception of Spring Data JPA.

> Why does JPQL queries perform better than Criteria Queries? Because Hibernate seems to cache the parsed HQL query.

Thanks for your contribution. We would like to keep the code as-is for improved debugabbility.

If you would like us to spend some time helping you to diagnose the problem, please spend some time describing it and, ideally, providing what you expect.

Not quite sure I agree. The key has been published to the keyserver quite a while ago. Running the same command yields for me: ``` [INFO] Receive key: https://keyserver.ubuntu.com/pks/lookup?op=get&options=mr&search=0xEF6AD6684034B0CB67A9B5714406B84C1661DCD1 to...

Thank you for your contribution. That's merged, polished, and backported now.