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)
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.springframework.ldap.query.LdapQuery |
createQuery(Object[] 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)
queryMethod - must not be null.entityType - must not be null.ldapOperations - must not be null.public final Object execute(Object[] parameters)
execute in interface RepositoryQueryprotected abstract org.springframework.ldap.query.LdapQuery createQuery(Object[] parameters)
Query instance using the given parameters.parameters - must not be null.protected Class<?> getEntityClass()
public final QueryMethod getQueryMethod()
getQueryMethod in interface RepositoryQueryCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.