public class LdapRepositoryFactoryBean<T extends Repository<S,Name>,S> extends RepositoryFactoryBeanSupport<T,S,Name>
FactoryBean to create
LdapRepository instances.OBJECT_TYPE_ATTRIBUTE| Constructor and Description |
|---|
LdapRepositoryFactoryBean(Class<? extends T> repositoryInterface)
Creates a new
LdapRepositoryFactoryBean for the given repository interface. |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected RepositoryFactorySupport |
createRepositoryFactory() |
void |
setLdapOperations(org.springframework.ldap.core.LdapOperations ldapOperations) |
void |
setMappingContext(MappingContext<?,?> mappingContext) |
addRepositoryFactoryCustomizer, createDefaultQueryMethodEvaluationContextProvider, getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setApplicationEventPublisher, setBeanClassLoader, setBeanFactory, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, setRepositoryFragmentspublic LdapRepositoryFactoryBean(Class<? extends T> repositoryInterface)
LdapRepositoryFactoryBean for the given repository interface.repositoryInterface - must not be null.public void setLdapOperations(org.springframework.ldap.core.LdapOperations ldapOperations)
ldapOperations - public void setMappingContext(MappingContext<?,?> mappingContext)
setMappingContext in class RepositoryFactoryBeanSupport<T extends Repository<S,Name>,S,Name>protected RepositoryFactorySupport createRepositoryFactory()
createRepositoryFactory in class RepositoryFactoryBeanSupport<T extends Repository<S,Name>,S,Name>public void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanafterPropertiesSet in class RepositoryFactoryBeanSupport<T extends Repository<S,Name>,S,Name>Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.