allow AbstractLdapRepositoryQuery.execute to be extended [DATALDAP-105]
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 like
queryMethod.isCollectionQuery()
but subclass could also handle
queryMethod.isPageQuery()
No further details from DATALDAP-105
Mark Paluch commented
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