public class LdapRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,Name>,S> extends org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,Name>
FactoryBean to create
LdapRepository instances.| 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 org.springframework.data.repository.core.support.RepositoryFactorySupport |
createRepositoryFactory() |
void |
setLdapOperations(org.springframework.ldap.core.LdapOperations ldapOperations) |
getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setApplicationEventPublisher, setBeanClassLoader, setBeanFactory, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setMappingContext, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClasspublic 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)
protected org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory()
public void afterPropertiesSet()
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.