public class LdapRepositoryFactory extends RepositoryFactorySupport
LdapRepository instances.RepositoryFactorySupport.QueryExecutorMethodInterceptor| Constructor and Description |
|---|
LdapRepositoryFactory(org.springframework.ldap.core.LdapOperations ldapOperations)
Creates a new
LdapRepositoryFactory. |
| Modifier and Type | Method and Description |
|---|---|
<T,ID extends Serializable> |
getEntityInformation(Class<T> domainClass) |
protected QueryLookupStrategy |
getQueryLookupStrategy(QueryLookupStrategy.Key key) |
protected QueryLookupStrategy |
getQueryLookupStrategy(QueryLookupStrategy.Key key,
EvaluationContextProvider evaluationContextProvider) |
protected Class<?> |
getRepositoryBaseClass(RepositoryMetadata metadata) |
protected Object |
getTargetRepository(RepositoryInformation information) |
addQueryCreationListener, addRepositoryProxyPostProcessor, getQueryMethods, getRepository, getRepository, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, setBeanClassLoader, setBeanFactory, setEvaluationContextProvider, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, validatepublic LdapRepositoryFactory(org.springframework.ldap.core.LdapOperations ldapOperations)
LdapRepositoryFactory.ldapOperations - must not be null.public <T,ID extends Serializable> EntityInformation<T,ID> getEntityInformation(Class<T> domainClass)
getEntityInformation in class RepositoryFactorySupportprotected Class<?> getRepositoryBaseClass(RepositoryMetadata metadata)
getRepositoryBaseClass in class RepositoryFactorySupportprotected Object getTargetRepository(RepositoryInformation information)
getTargetRepository in class RepositoryFactorySupportprotected QueryLookupStrategy getQueryLookupStrategy(QueryLookupStrategy.Key key)
getQueryLookupStrategy in class RepositoryFactorySupportprotected QueryLookupStrategy getQueryLookupStrategy(QueryLookupStrategy.Key key, EvaluationContextProvider evaluationContextProvider)
getQueryLookupStrategy in class RepositoryFactorySupportCopyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.