spring-data-ldap icon indicating copy to clipboard operation
spring-data-ldap copied to clipboard

allow AbstractLdapRepositoryQuery.execute to be extended [DATALDAP-105]

Open spring-projects-issues opened this issue 7 years ago • 1 comments

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

spring-projects-issues avatar Jan 22 '19 19:01 spring-projects-issues

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

spring-projects-issues avatar Jan 23 '19 07:01 spring-projects-issues