public abstract class AbstractLdapRepositoryQuery extends Object implements RepositoryQuery
RepositoryQuery implementations for LDAP.| Constructor and Description |
|---|
AbstractLdapRepositoryQuery(LdapQueryMethod queryMethod,
Class<?> entityType,
org.springframework.ldap.core.LdapOperations ldapOperations,
MappingContext<? extends PersistentEntity<?,?>,? extends PersistentProperty<?>> mappingContext,
EntityInstantiators instantiators)
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.springframework.ldap.query.LdapQuery |
createQuery(org.springframework.data.ldap.repository.query.LdapParameterAccessor parameters)
Creates a
Query instance using the given parameters. |
Object |
execute(Object[] parameters) |
protected Class<?> |
getEntityClass() |
QueryMethod |
getQueryMethod() |
public AbstractLdapRepositoryQuery(LdapQueryMethod queryMethod, Class<?> entityType, org.springframework.ldap.core.LdapOperations ldapOperations, MappingContext<? extends PersistentEntity<?,?>,? extends PersistentProperty<?>> mappingContext, EntityInstantiators instantiators)
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.public final Object execute(Object[] parameters)
execute in interface RepositoryQueryprotected abstract org.springframework.ldap.query.LdapQuery createQuery(org.springframework.data.ldap.repository.query.LdapParameterAccessor parameters)
Query instance using the given parameters.parameters - must not be null.protected Class<?> getEntityClass()
public final QueryMethod getQueryMethod()
getQueryMethod in interface RepositoryQueryCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.