Spring LDAP

org.springframework.ldap.repository.support
Class LdapRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,Name>,S>

java.lang.Object
  extended by org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,Name>
      extended by org.springframework.ldap.repository.support.LdapRepositoryFactoryBean<T,S>
All Implemented Interfaces:
Aware, BeanClassLoaderAware, FactoryBean<T>, InitializingBean, org.springframework.data.repository.core.support.RepositoryFactoryInformation<S,Name>

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.

Since:
2.0
Author:
Mattias Hellborg Arthursson

Constructor Summary
LdapRepositoryFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
protected  org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory()
           
 void setLdapOperations(LdapOperations ldapOperations)
           
 
Methods inherited from class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setBeanClassLoader, setCustomImplementation, setMappingContext, setNamedQueries, setQueryLookupStrategyKey, setRepositoryInterface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapRepositoryFactoryBean

public LdapRepositoryFactoryBean()
Method Detail

setLdapOperations

public void setLdapOperations(LdapOperations ldapOperations)

createRepositoryFactory

protected org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory()
Specified by:
createRepositoryFactory in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T extends org.springframework.data.repository.Repository<S,Name>,S,Name>

afterPropertiesSet

public void afterPropertiesSet()
Specified by:
afterPropertiesSet in interface InitializingBean
Overrides:
afterPropertiesSet in class org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T extends org.springframework.data.repository.Repository<S,Name>,S,Name>

Spring LDAP