Class SimpleLdapRepository<T>

java.lang.Object
org.springframework.data.ldap.repository.support.SimpleLdapRepository<T>
All Implemented Interfaces:
LdapRepository<T>, CrudRepository<T,Name>, ListCrudRepository<T,Name>, Repository<T,Name>
Direct Known Subclasses:
QuerydslLdapRepository

public class SimpleLdapRepository<T> extends Object implements LdapRepository<T>
Base repository implementation for LDAP.
Author:
Mattias Hellborg Arthursson, Mark Paluch, Jens Schauder