Querydsl Support
-
An Annotation Processor,
LdapAnnotationProcessor, for generating Querydsl classes based on Spring LDAP ODM annotations. See Object-Directory Mapping for more information on the ODM annotations. -
A Query implementation,
QueryDslLdapQuery, for building and running Querydsl queries in code. -
Spring Data repository support for Querydsl predicates.
QueryDslPredicateExecutorincludes a number of additional methods with appropriate parameters. You can extend this interface (along withLdapRepository) to include this support in your repository.