You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic QueryDSL support is included in Spring LDAP. This support includes the following:
2
+
= Querydsl Support
3
+
Basic Querydsl support is included in Spring LDAP. This support includes the following:
4
4
5
-
* An Annotation Processor, `LdapAnnotationProcessor`, for generating QueryDSL classes based on Spring LDAP ODM annotations.
5
+
* An Annotation Processor, `LdapAnnotationProcessor`, for generating Querydsl classes based on Spring LDAP ODM annotations.
6
6
See https://docs.spring.io/spring-ldap/docs/{springLdapVersion}/reference/#odm[Object-Directory Mapping] for more information on the ODM annotations.
7
-
* A Query implementation, `QueryDslLdapQuery`, for building and running QueryDSL queries in code.
8
-
* Spring Data repository support for QueryDSL predicates. `QueryDslPredicateExecutor` includes a number of additional methods with appropriate parameters.
7
+
* A Query implementation, `QueryDslLdapQuery`, for building and running Querydsl queries in code.
8
+
* Spring Data repository support for Querydsl predicates. `QueryDslPredicateExecutor` includes a number of additional methods with appropriate parameters.
9
9
You can extend this interface (along with `LdapRepository`) to include this support in your repository.
0 commit comments