You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was checking the query annotation in JPA and JDBC.
In JPA, query annotation has the countQuery attribute which is not present in query annotation in JDBC
However, I managed to perform pagination via two repository methods (one for finding the limited data and the second by executing the count method).
So just want to know if is there any plan to support the countQuery attribute with Page<> return type?
The text was updated successfully, but these errors were encountered:
kap199297
changed the title
Support of countQuery in @Query Annotation?
Support of countQuery attribute in @Query Annotation?
Aug 26, 2024
I was checking the query annotation in JPA and JDBC.
In JPA, query annotation has the countQuery attribute which is not present in query annotation in JDBC
However, I managed to perform pagination via two repository methods (one for finding the limited data and the second by executing the count method).
So just want to know if is there any plan to support the countQuery attribute with Page<> return type?
The text was updated successfully, but these errors were encountered: