All Classes and Interfaces

Class
Description
Base class for RepositoryQuery implementations for LDAP.
Handles queries for repository methods annotated with Query.
LdapPersistentEntity implementation.
Annotation to activate Ldap repositories.
QueryDSL Annotation Processor to generate QueryDSL classes for entity classes annotated with Entry.
Annotation which indicates that a method parameter should be encoded using a specific LdapEncoder for a repository query method invocation.
Strategy interface to escape values for use in LDAP filters.
Escape a value for use in a filter retaining asterisks (*) for like/contains searches.
LdapEncoder using LdapEncoder.nameEncode(String).
Mapping context for LDAP-specific entities.
NamespaceHandler for LDAP configuration.
LDAP-specific ParameterAccessor exposing all bindable parameters.
Custom extension of Parameters discovering additional
Custom Parameter implementation adding parameters of type Distance to the special ones.
LDAP specific PersistentEntity.
QueryMethod for Ldap Queries.
Ldap specific extensions to CrudRepository.
CdiRepositoryBean to create LDAP repository instances.
CDI extension to export LDAP repositories.
Factory to create LdapRepository instances.
FactoryBean to create LdapRepository instances.
Simple constant holder for a SimpleTypeHolder enriched with LDAP-specific simple types.
RepositoryQuery implementation for LDAP.
Annotation for use in LdapRepository declarations to create automatic query methods based on statically defined queries.
Spring LDAP specific FilteredClause implementation.
Deprecated.
since 2.6, use QuerydslLdapPredicateExecutor instead.
Base repository implementation for LDAP.