spring-data-jpa icon indicating copy to clipboard operation
spring-data-jpa copied to clipboard

Revise `DeclaredQuery` count query derivation

Open mp911de opened this issue 2 years ago • 0 comments

DeclaredQuery.deriveCountQuery(@Nullable String countQuery, @Nullable String countQueryProjection) is a strange way encapsulating a conditional block. Also, if the DeclaredQuery is already a count query: What is that method supposed to do?

mp911de avatar Sep 12 '23 14:09 mp911de