Spring LDAP

org.springframework.ldap.repository.query
Class PartTreeLdapRepositoryQuery

java.lang.Object
  extended by org.springframework.ldap.repository.query.PartTreeLdapRepositoryQuery
All Implemented Interfaces:
org.springframework.data.repository.query.RepositoryQuery

public class PartTreeLdapRepositoryQuery
extends Object

Author:
Mattias Hellborg Arthursson

Constructor Summary
PartTreeLdapRepositoryQuery(LdapQueryMethod queryMethod, Class<?> clazz, LdapOperations ldapOperations)
           
 
Method Summary
protected  LdapQuery createQuery(Object[] actualParameters)
           
 Object execute(Object[] parameters)
           
 org.springframework.data.repository.query.QueryMethod getQueryMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartTreeLdapRepositoryQuery

public PartTreeLdapRepositoryQuery(LdapQueryMethod queryMethod,
                                   Class<?> clazz,
                                   LdapOperations ldapOperations)
Method Detail

createQuery

protected LdapQuery createQuery(Object[] actualParameters)

execute

public final Object execute(Object[] parameters)
Specified by:
execute in interface org.springframework.data.repository.query.RepositoryQuery

getQueryMethod

public final org.springframework.data.repository.query.QueryMethod getQueryMethod()
Specified by:
getQueryMethod in interface org.springframework.data.repository.query.RepositoryQuery

Spring LDAP