public class AnnotatedLdapRepositoryQuery extends AbstractLdapRepositoryQuery
Query.| Constructor and Description |
|---|
AnnotatedLdapRepositoryQuery(LdapQueryMethod queryMethod,
Class<?> entityType,
org.springframework.ldap.core.LdapOperations ldapOperations,
org.springframework.data.mapping.context.MappingContext<? extends org.springframework.data.mapping.PersistentEntity<?,?>,? extends org.springframework.data.mapping.PersistentProperty<?>> mappingContext,
org.springframework.data.mapping.model.EntityInstantiators instantiators)
Construct a new instance.
|
| 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 AnnotatedLdapRepositoryQuery(LdapQueryMethod queryMethod, Class<?> entityType, org.springframework.ldap.core.LdapOperations ldapOperations, org.springframework.data.mapping.context.MappingContext<? extends org.springframework.data.mapping.PersistentEntity<?,?>,? extends org.springframework.data.mapping.PersistentProperty<?>> mappingContext, org.springframework.data.mapping.model.EntityInstantiators instantiators)
queryMethod - the QueryMethod.entityType - the managed class.ldapOperations - the LdapOperations instance to use.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–2023 Pivotal Software, Inc.. All rights reserved.