Skip navigation links
Spring Data LDAP
A C D E F G H I L O P Q S U W 

A

AbstractLdapRepositoryQuery - Class in org.springframework.data.ldap.repository.query
Base class for RepositoryQuery implementations for LDAP.
AbstractLdapRepositoryQuery(LdapQueryMethod, Class<?>, LdapOperations) - Constructor for class org.springframework.data.ldap.repository.query.AbstractLdapRepositoryQuery
Creates a new AbstractLdapRepositoryQuery instance given LdapQuery, Class and LdapOperations.
afterPropertiesSet() - Method in class org.springframework.data.ldap.repository.support.LdapRepositoryFactoryBean
 
AnnotatedLdapRepositoryQuery - Class in org.springframework.data.ldap.repository.query
Handles queries for repository methods annotated with Query.
AnnotatedLdapRepositoryQuery(LdapQueryMethod, Class<?>, LdapOperations) - Constructor for class org.springframework.data.ldap.repository.query.AnnotatedLdapRepositoryQuery
Construct a new instance.

C

count(Predicate) - Method in class org.springframework.data.ldap.repository.support.QueryDslLdapRepository
 
count() - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
createConfiguration(RoundEnvironment) - Method in class org.springframework.data.ldap.repository.support.LdapAnnotationProcessor
 
createQuery(Object[]) - Method in class org.springframework.data.ldap.repository.query.AbstractLdapRepositoryQuery
Creates a Query instance using the given parameters.
createQuery(Object[]) - Method in class org.springframework.data.ldap.repository.query.AnnotatedLdapRepositoryQuery
 
createQuery(Object[]) - Method in class org.springframework.data.ldap.repository.query.PartTreeLdapRepositoryQuery
 
createRepositoryFactory() - Method in class org.springframework.data.ldap.repository.support.LdapRepositoryFactoryBean
 

D

delete(Name) - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
delete(T) - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
delete(Iterable<? extends T>) - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
deleteAll() - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 

E

EnableLdapRepositories - Annotation Type in org.springframework.data.ldap.repository.config
Annotation to activate Ldap repositories.
execute(Object[]) - Method in class org.springframework.data.ldap.repository.query.AbstractLdapRepositoryQuery
 
exists(Predicate) - Method in class org.springframework.data.ldap.repository.support.QueryDslLdapRepository
 
exists(Name) - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 

F

findAll(LdapQuery) - Method in interface org.springframework.data.ldap.repository.LdapRepository
Find all entries matching the specified query.
findAll(Predicate) - Method in class org.springframework.data.ldap.repository.support.QueryDslLdapRepository
 
findAll(Predicate, Sort) - Method in class org.springframework.data.ldap.repository.support.QueryDslLdapRepository
 
findAll(OrderSpecifier<?>...) - Method in class org.springframework.data.ldap.repository.support.QueryDslLdapRepository
 
findAll(Predicate, OrderSpecifier<?>...) - Method in class org.springframework.data.ldap.repository.support.QueryDslLdapRepository
 
findAll(Predicate, Pageable) - Method in class org.springframework.data.ldap.repository.support.QueryDslLdapRepository
 
findAll(LdapQuery) - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
findAll() - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
findAll(Iterable<Name>) - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
findOne(LdapQuery) - Method in interface org.springframework.data.ldap.repository.LdapRepository
Find one entry matching the specified query.
findOne(Predicate) - Method in class org.springframework.data.ldap.repository.support.QueryDslLdapRepository
 
findOne(Name) - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
findOne(LdapQuery) - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 

G

getEntityClass() - Method in class org.springframework.data.ldap.repository.query.AbstractLdapRepositoryQuery
 
getEntityInformation(Class<T>) - Method in class org.springframework.data.ldap.repository.support.LdapRepositoryFactory
 
getEntityType() - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
getIdentifyingAnnotations() - Method in class org.springframework.data.ldap.repository.config.LdapRepositoryConfigurationExtension
 
getIdentifyingTypes() - Method in class org.springframework.data.ldap.repository.config.LdapRepositoryConfigurationExtension
 
getLdapOperations() - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
getModuleName() - Method in class org.springframework.data.ldap.repository.config.LdapRepositoryConfigurationExtension
 
getModulePrefix() - Method in class org.springframework.data.ldap.repository.config.LdapRepositoryConfigurationExtension
 
getQueryLookupStrategy(QueryLookupStrategy.Key) - Method in class org.springframework.data.ldap.repository.support.LdapRepositoryFactory
 
getQueryLookupStrategy(QueryLookupStrategy.Key, EvaluationContextProvider) - Method in class org.springframework.data.ldap.repository.support.LdapRepositoryFactory
 
getQueryMethod() - Method in class org.springframework.data.ldap.repository.query.AbstractLdapRepositoryQuery
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.ldap.repository.support.LdapRepositoryFactory
 
getRepositoryFactoryClassName() - Method in class org.springframework.data.ldap.repository.config.LdapRepositoryConfigurationExtension
 
getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.ldap.repository.support.LdapRepositoryFactory
 

H

hasQueryAnnotation() - Method in class org.springframework.data.ldap.repository.query.LdapQueryMethod
Check whether the target method is annotated with Query.

I

init() - Method in class org.springframework.data.ldap.config.LdapNamespaceHandler
 

L

LdapAnnotationProcessor - Class in org.springframework.data.ldap.repository.support
QueryDSL Annotation Processor to generate QueryDSL classes for entity classes annotated with Entry.
LdapAnnotationProcessor() - Constructor for class org.springframework.data.ldap.repository.support.LdapAnnotationProcessor
 
LdapNamespaceHandler - Class in org.springframework.data.ldap.config
NamespaceHandler for LDAP configuration.
LdapNamespaceHandler() - Constructor for class org.springframework.data.ldap.config.LdapNamespaceHandler
 
LdapQueryMethod - Class in org.springframework.data.ldap.repository.query
QueryMethod for Ldap Queries.
LdapQueryMethod(Method, RepositoryMetadata, ProjectionFactory) - Constructor for class org.springframework.data.ldap.repository.query.LdapQueryMethod
Creates a new LdapQueryMethod from the given parameters.
LdapRepository<T> - Interface in org.springframework.data.ldap.repository
Ldap specific extensions to CrudRepository.
LdapRepositoryConfigurationExtension - Class in org.springframework.data.ldap.repository.config
LdapRepositoryConfigurationExtension() - Constructor for class org.springframework.data.ldap.repository.config.LdapRepositoryConfigurationExtension
 
LdapRepositoryFactory - Class in org.springframework.data.ldap.repository.support
Factory to create LdapRepository instances.
LdapRepositoryFactory(LdapOperations) - Constructor for class org.springframework.data.ldap.repository.support.LdapRepositoryFactory
Creates a new LdapRepositoryFactory.
LdapRepositoryFactoryBean<T extends Repository<S,Name>,S> - Class in org.springframework.data.ldap.repository.support
FactoryBean to create LdapRepository instances.
LdapRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.ldap.repository.support.LdapRepositoryFactoryBean
Creates a new LdapRepositoryFactoryBean for the given repository interface.
list() - Method in class org.springframework.data.ldap.repository.support.QueryDslLdapQuery
 

O

org.springframework.data.ldap.config - package org.springframework.data.ldap.config
 
org.springframework.data.ldap.repository - package org.springframework.data.ldap.repository
 
org.springframework.data.ldap.repository.config - package org.springframework.data.ldap.repository.config
 
org.springframework.data.ldap.repository.query - package org.springframework.data.ldap.repository.query
 
org.springframework.data.ldap.repository.support - package org.springframework.data.ldap.repository.support
 

P

PartTreeLdapRepositoryQuery - Class in org.springframework.data.ldap.repository.query
RepositoryQuery implementation for LDAP.
PartTreeLdapRepositoryQuery(LdapQueryMethod, Class<?>, LdapOperations) - Constructor for class org.springframework.data.ldap.repository.query.PartTreeLdapRepositoryQuery
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.ldap.repository.config.LdapRepositoryConfigurationExtension
 
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.ldap.repository.config.LdapRepositoryConfigurationExtension
 

Q

Query - Annotation Type in org.springframework.data.ldap.repository
Annotation for use in LdapRepository declarations to create automatic query methods based on statically defined queries.
QueryDslLdapQuery<K> - Class in org.springframework.data.ldap.repository.support
Spring LDAP specific FilteredClause implementation.
QueryDslLdapQuery(LdapOperations, EntityPath<K>) - Constructor for class org.springframework.data.ldap.repository.support.QueryDslLdapQuery
Creates a new QueryDslLdapQuery.
QueryDslLdapQuery(LdapOperations, Class<? extends K>) - Constructor for class org.springframework.data.ldap.repository.support.QueryDslLdapQuery
Creates a new QueryDslLdapQuery.
QueryDslLdapRepository<T> - Class in org.springframework.data.ldap.repository.support
Base repository implementation for QueryDSL support.
QueryDslLdapRepository(LdapOperations, ObjectDirectoryMapper, Class<T>) - Constructor for class org.springframework.data.ldap.repository.support.QueryDslLdapRepository
Creates a new QueryDslLdapRepository.

S

save(S) - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
save(Iterable<S>) - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
setLdapOperations(LdapOperations) - Method in class org.springframework.data.ldap.repository.support.LdapRepositoryFactoryBean
 
SimpleLdapRepository<T> - Class in org.springframework.data.ldap.repository.support
Base repository implementation for LDAP.
SimpleLdapRepository(LdapOperations, ObjectDirectoryMapper, Class<T>) - Constructor for class org.springframework.data.ldap.repository.support.SimpleLdapRepository
Creates a new SimpleLdapRepository.

U

uniqueResult() - Method in class org.springframework.data.ldap.repository.support.QueryDslLdapQuery
 

W

where(Predicate...) - Method in class org.springframework.data.ldap.repository.support.QueryDslLdapQuery
 
A C D E F G H I L O P Q S U W 
Skip navigation links
Spring Data LDAP

Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.