Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Tweak Querydsl lettercasing in the docs.

See #447
  • Loading branch information
mp911de committed Nov 17, 2023
1 parent b2a0b09 commit fdc7bcf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/antora/modules/ROOT/pages/ldap/querydsl.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[[ldap.querydsl]]
= QueryDSL Support
Basic QueryDSL support is included in Spring LDAP. This support includes the following:
= Querydsl Support
Basic Querydsl support is included in Spring LDAP. This support includes the following:

* An Annotation Processor, `LdapAnnotationProcessor`, for generating QueryDSL classes based on Spring LDAP ODM annotations.
* An Annotation Processor, `LdapAnnotationProcessor`, for generating Querydsl classes based on Spring LDAP ODM annotations.
See https://docs.spring.io/spring-ldap/docs/{springLdapVersion}/reference/#odm[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. `QueryDslPredicateExecutor` includes a number of additional methods with appropriate parameters.
* A Query implementation, `QueryDslLdapQuery`, for building and running Querydsl queries in code.
* Spring Data repository support for Querydsl predicates. `QueryDslPredicateExecutor` includes a number of additional methods with appropriate parameters.
You can extend this interface (along with `LdapRepository`) to include this support in your repository.

0 comments on commit fdc7bcf

Please sign in to comment.