|
Spring LDAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LdapRepository<T>
Ldap specific extensions to CrudRepository.
Method Summary | |
---|---|
Iterable<T> |
findAll(LdapQuery ldapQuery)
Find all entries matching the specified query. |
T |
findOne(LdapQuery ldapQuery)
Find one entry matching the specified query. |
Methods inherited from interface org.springframework.data.repository.CrudRepository |
---|
count, delete, delete, delete, deleteAll, exists, findAll, findAll, findOne, save, save |
Method Detail |
---|
T findOne(LdapQuery ldapQuery)
ldapQuery
- the query specification.
null
if no matching entry was found.
IncorrectResultSizeDataAccessException
- if more than one entry matches the query.Iterable<T> findAll(LdapQuery ldapQuery)
ldapQuery
- the query specification.
|
Spring LDAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |