public class AnnotatedLdapRepositoryQuery extends AbstractLdapRepositoryQuery
Query.| Constructor and Description |
|---|
AnnotatedLdapRepositoryQuery(LdapQueryMethod queryMethod,
Class<?> entityType,
org.springframework.ldap.core.LdapOperations ldapOperations)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.ldap.query.LdapQuery |
createQuery(Object[] parameters)
Creates a
Query instance using the given parameters. |
execute, getEntityClass, getQueryMethodpublic AnnotatedLdapRepositoryQuery(LdapQueryMethod queryMethod, Class<?> entityType, org.springframework.ldap.core.LdapOperations ldapOperations)
queryMethod - the QueryMethod.entityType - the managed class.ldapOperations - the LdapOperations instance to use.protected org.springframework.ldap.query.LdapQuery createQuery(Object[] parameters)
AbstractLdapRepositoryQueryQuery instance using the given parameters.createQuery in class AbstractLdapRepositoryQueryparameters - must not be null.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.