Class PartTreeLdapRepositoryQuery

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

public class PartTreeLdapRepositoryQuery extends AbstractLdapRepositoryQuery
RepositoryQuery implementation for LDAP.
Author:
Mattias Hellborg Arthursson, Mark Paluch
  • Constructor Details

  • Method Details

    • createQuery

      protected org.springframework.ldap.query.LdapQuery createQuery(org.springframework.data.ldap.repository.query.LdapParameterAccessor parameters)
      Description copied from class: AbstractLdapRepositoryQuery
      Creates a Query instance using the given parameters.
      Specified by:
      createQuery in class AbstractLdapRepositoryQuery
      Parameters:
      parameters - must not be null.
      Returns: