ilgrosso commented on code in PR #1127:
URL: https://github.com/apache/syncope/pull/1127#discussion_r2184908851
##########
core/persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/dao/repo/GroupRepoExt.java:
##########
@@ -50,6 +51,8 @@ public interface GroupRepoExt extends AnyRepoExt<Group> {
List<UMembership> findUMemberships(Group group);
+ List<UMembership> findUMemberships(Group group, Pageable pageable);
Review Comment:
See
https://github.com/apache/syncope/blob/master/core/persistence-jpa/src/main/java/org/apache/syncope/core/persistence/jpa/dao/AbstractJPAAnySearchDAO.java#L1129-L1132
for an example
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]