Skip to content

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

Closed as not planned
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions