Skip to content

Commit fdc7bcf

Browse files
committed
Polishing.
Tweak Querydsl lettercasing in the docs. See #447
1 parent b2a0b09 commit fdc7bcf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[[ldap.querydsl]]
2-
= QueryDSL Support
3-
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:
44

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.
66
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.
99
You can extend this interface (along with `LdapRepository`) to include this support in your repository.

0 commit comments

Comments
 (0)