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
Allow org.springframework.data.ldap.repository.query.AbstractLdapRepositoryQuery.execute method to be extended (remove the final classifier so that custom subclasses can add support for example to handle paginated queries with sorting. Currently the method handles for example cases like
That is possible. How about submitting a pull request? I suggest you apply adjustments to Spring Data LDAP in a repository while you build your extension. Once you have all changes in place, it makes sense to submit the a request
kchobantonov opened DATALDAP-105 and commented
Allow
org.springframework.data.ldap.repository.query.AbstractLdapRepositoryQuery.execute
method to be extended (remove the final classifier so that custom subclasses can add support for example to handle paginated queries with sorting. Currently the method handles for example cases likequeryMethod.isCollectionQuery()
but subclass could also handle
queryMethod.isPageQuery()
No further details from DATALDAP-105
The text was updated successfully, but these errors were encountered: