public class ArangoRepositoryFactory
extends org.springframework.data.repository.core.support.RepositoryFactorySupport
Constructor and Description |
---|
ArangoRepositoryFactory(ArangoOperations arangoOperations) |
Modifier and Type | Method and Description |
---|---|
<T,ID extends Serializable> |
getEntityInformation(Class<T> domainClass) |
protected org.springframework.data.repository.query.QueryLookupStrategy |
getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key,
org.springframework.data.repository.query.EvaluationContextProvider evaluationContextProvider) |
protected Class<?> |
getRepositoryBaseClass(org.springframework.data.repository.core.RepositoryMetadata metadata) |
protected org.springframework.data.repository.core.RepositoryMetadata |
getRepositoryMetadata(Class<?> repositoryInterface) |
protected Object |
getTargetRepository(org.springframework.data.repository.core.RepositoryInformation metadata) |
addQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getQueryLookupStrategy, getQueryMethods, getRepository, getRepository, getRepositoryInformation, getTargetRepositoryViaReflection, setBeanClassLoader, setBeanFactory, setEvaluationContextProvider, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, validate
public ArangoRepositoryFactory(ArangoOperations arangoOperations)
public <T,ID extends Serializable> org.springframework.data.repository.core.EntityInformation<T,ID> getEntityInformation(Class<T> domainClass)
getEntityInformation
in class org.springframework.data.repository.core.support.RepositoryFactorySupport
protected Object getTargetRepository(org.springframework.data.repository.core.RepositoryInformation metadata)
getTargetRepository
in class org.springframework.data.repository.core.support.RepositoryFactorySupport
protected Class<?> getRepositoryBaseClass(org.springframework.data.repository.core.RepositoryMetadata metadata)
getRepositoryBaseClass
in class org.springframework.data.repository.core.support.RepositoryFactorySupport
protected org.springframework.data.repository.core.RepositoryMetadata getRepositoryMetadata(Class<?> repositoryInterface)
getRepositoryMetadata
in class org.springframework.data.repository.core.support.RepositoryFactorySupport
protected org.springframework.data.repository.query.QueryLookupStrategy getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key, org.springframework.data.repository.query.EvaluationContextProvider evaluationContextProvider)
getQueryLookupStrategy
in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Copyright © 2017–2018 ArangoDB GmbH. All rights reserved.