Skip to content

Commit fb8f167

Browse files
Jay Bryantschauder
authored andcommitted
DATALDAP-182 - Wording changes.
Replace potentially insensitive language with more neutral language. Original pull request: #19.
1 parent e453cbb commit fb8f167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/asciidoc/reference/ldap-repositories.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The sample creates an application context with Spring's unit test support, which
152152
[[ldap.repositories.queries]]
153153
== Query Methods
154154

155-
Most of the data access operations you usually trigger on a repository result in a query being executed against the LDAP directory. Defining such a query is a matter of declaring a method on the repository interface, as the following example shows:
155+
Most of the data access operations you usually trigger on a repository result in a query being run against the LDAP directory. Defining such a query is a matter of declaring a method on the repository interface, as the following example shows:
156156

157157
.PersonRepository with query methods
158158
====
@@ -229,7 +229,7 @@ The following table provides samples of the keywords that you can use with query
229229
Basic QueryDSL support is included in Spring LDAP. This support includes the following:
230230

231231
* 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.
232-
* A Query implementation, `QueryDslLdapQuery`, for building and executing QueryDSL queries in code.
232+
* A Query implementation, `QueryDslLdapQuery`, for building and running QueryDSL queries in code.
233233
* 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.
234234

235235
[[ldap.repositories.misc]]

0 commit comments

Comments
 (0)