Skip navigation links
Spring Data LDAP
A B C D E F G H I L O P Q R 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.

B

BasicLdapPersistentEntity<T> - Class in org.springframework.data.ldap.core.mapping
LdapPersistentEntity implementation.
BasicLdapPersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.ldap.core.mapping.BasicLdapPersistentEntity

C

count(Predicate) - Method in class org.springframework.data.ldap.repository.support.QuerydslLdapRepository
 
count() - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
create(CreationalContext<T>, Class<T>) - Method in class org.springframework.data.ldap.repository.cdi.LdapRepositoryBean
 
createAssociation() - Method in class org.springframework.data.ldap.core.mapping.LdapPersistentProperty
 
createConfiguration(RoundEnvironment) - Method in class org.springframework.data.ldap.repository.support.LdapAnnotationProcessor
 
createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.ldap.core.mapping.LdapMappingContext
 
createPersistentProperty(Property, BasicLdapPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.ldap.core.mapping.LdapMappingContext
 
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(T) - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
deleteAll() - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
deleteById(Name) - 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
 
existsById(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
 
findAllById(Iterable<Name>) - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
findById(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(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
 
getIdentifyingAnnotations() - Method in class org.springframework.data.ldap.repository.config.LdapRepositoryConfigurationExtension
 
getIdentifyingTypes() - Method in class org.springframework.data.ldap.repository.config.LdapRepositoryConfigurationExtension
 
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, QueryMethodEvaluationContextProvider) - 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
 
getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.ldap.repository.config.LdapRepositoryConfigurationExtension
 
getScope() - Method in class org.springframework.data.ldap.repository.cdi.LdapRepositoryBean
 
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.
HOLDER - Static variable in class org.springframework.data.ldap.core.mapping.LdapSimpleTypes
 

I

init() - Method in class org.springframework.data.ldap.config.LdapNamespaceHandler
 
isIdProperty() - Method in class org.springframework.data.ldap.core.mapping.LdapPersistentProperty
 

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
 
LdapMappingContext - Class in org.springframework.data.ldap.core.mapping
Mapping context for LDAP-specific entities.
LdapMappingContext() - Constructor for class org.springframework.data.ldap.core.mapping.LdapMappingContext
Creates a new LdapMappingContext.
LdapNamespaceHandler - Class in org.springframework.data.ldap.config
NamespaceHandler for LDAP configuration.
LdapNamespaceHandler() - Constructor for class org.springframework.data.ldap.config.LdapNamespaceHandler
 
LdapPersistentEntity<T> - Interface in org.springframework.data.ldap.core.mapping
LDAP specific PersistentEntity.
LdapPersistentProperty - Class in org.springframework.data.ldap.core.mapping
LdapPersistentProperty(Property, PersistentEntity<?, LdapPersistentProperty>, SimpleTypeHolder) - Constructor for class org.springframework.data.ldap.core.mapping.LdapPersistentProperty
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.
LdapRepositoryBean<T> - Class in org.springframework.data.ldap.repository.cdi
CdiRepositoryBean to create LDAP repository instances.
LdapRepositoryConfigurationExtension - Class in org.springframework.data.ldap.repository.config
LdapRepositoryConfigurationExtension() - Constructor for class org.springframework.data.ldap.repository.config.LdapRepositoryConfigurationExtension
 
LdapRepositoryExtension - Class in org.springframework.data.ldap.repository.cdi
CDI extension to export LDAP repositories.
LdapRepositoryExtension() - Constructor for class org.springframework.data.ldap.repository.cdi.LdapRepositoryExtension
 
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.
LdapSimpleTypes - Class in org.springframework.data.ldap.core.mapping
Simple constant holder for a SimpleTypeHolder enriched with LDAP-specific simple types.
list() - Method in class org.springframework.data.ldap.repository.support.QuerydslLdapQuery
 

O

org.springframework.data.ldap.config - package org.springframework.data.ldap.config
XML configuration support for Spring Data LDAP repositories.
org.springframework.data.ldap.core.mapping - package org.springframework.data.ldap.core.mapping
Infrastructure for the LDAP object mapping subsystem.
org.springframework.data.ldap.repository - package org.springframework.data.ldap.repository
 
org.springframework.data.ldap.repository.cdi - package org.springframework.data.ldap.repository.cdi
CDI support for LDAP specific repository implementation.
org.springframework.data.ldap.repository.config - package org.springframework.data.ldap.repository.config
Support infrastructure for the configuration of LDAP specific repositories.
org.springframework.data.ldap.repository.query - package org.springframework.data.ldap.repository.query
Query derivation mechanism for LDAP specific repositories.
org.springframework.data.ldap.repository.support - package org.springframework.data.ldap.repository.support
Support infrastructure for query derivation of LDAP specific repositories.

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.

R

registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - Method in class org.springframework.data.ldap.repository.config.LdapRepositoryConfigurationExtension
 

S

save(S) - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
saveAll(Iterable<S>) - Method in class org.springframework.data.ldap.repository.support.SimpleLdapRepository
 
setLdapOperations(LdapOperations) - Method in class org.springframework.data.ldap.repository.support.LdapRepositoryFactoryBean
 
setMappingContext(MappingContext<?, ?>) - 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
 
useRepositoryConfiguration(RepositoryMetadata) - Method in class org.springframework.data.ldap.repository.config.LdapRepositoryConfigurationExtension
 

W

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

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