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() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected org.springframework.data.repository.core.support.RepositoryFactorySupport |
createRepositoryFactory() |
void |
setLdapOperations(LdapOperations ldapOperations) |
getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setBeanClassLoader, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setMappingContext, setNamedQueries, setQueryLookupStrategyKey, setRepositoryInterfacepublic void setLdapOperations(LdapOperations ldapOperations)
protected org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory()
public void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanafterPropertiesSet in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T extends org.springframework.data.repository.Repository<S,Name>,S,Name>