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