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