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