public class PartTreeLdapRepositoryQuery extends AbstractLdapRepositoryQuery
RepositoryQuery implementation for LDAP.| Constructor and Description |
|---|
PartTreeLdapRepositoryQuery(LdapQueryMethod queryMethod,
Class<?> entityType,
org.springframework.ldap.core.LdapOperations ldapOperations,
MappingContext<? extends PersistentEntity<?,?>,? extends PersistentProperty<?>> mappingContext,
EntityInstantiators instantiators)
Creates a new
PartTreeLdapRepositoryQuery. |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.ldap.query.LdapQuery |
createQuery(org.springframework.data.ldap.repository.query.LdapParameterAccessor parameters)
Creates a
Query instance using the given parameters. |
execute, getEntityClass, getQueryMethodpublic PartTreeLdapRepositoryQuery(LdapQueryMethod queryMethod, Class<?> entityType, org.springframework.ldap.core.LdapOperations ldapOperations, MappingContext<? extends PersistentEntity<?,?>,? extends PersistentProperty<?>> mappingContext, EntityInstantiators instantiators)
PartTreeLdapRepositoryQuery.queryMethod - must not be null.entityType - must not be null.ldapOperations - must not be null.mappingContext - must not be null.instantiators - must not be null.protected org.springframework.ldap.query.LdapQuery createQuery(org.springframework.data.ldap.repository.query.LdapParameterAccessor parameters)
AbstractLdapRepositoryQueryQuery instance using the given parameters.createQuery in class AbstractLdapRepositoryQueryparameters - must not be null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.