Class ArangoRepositoryFactory
java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactorySupport
com.arangodb.springframework.repository.ArangoRepositoryFactory
- All Implemented Interfaces:
Aware,BeanClassLoaderAware,BeanFactoryAware
- Author:
- Audrius Malele, Mark McCormick, Mark Vollmary, Christian Lechner
-
Constructor Summary
ConstructorsConstructorDescriptionArangoRepositoryFactory(ArangoOperations arangoOperations, ApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescription<T,ID> ArangoEntityInformation<T, ID> getEntityInformation(Class<T> domainClass) protected Optional<QueryLookupStrategy>getQueryLookupStrategy(QueryLookupStrategy.Key key, QueryMethodEvaluationContextProvider evaluationContextProvider) protected Class<?>getRepositoryBaseClass(RepositoryMetadata metadata) protected RepositoryMetadatagetRepositoryMetadata(Class<?> repositoryInterface) protected ObjectgetTargetRepository(RepositoryInformation metadata) Methods inherited from class org.springframework.data.repository.core.support.RepositoryFactorySupport
addInvocationListener, addQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryFragments, getRepositoryInformation, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, instantiateClass, setBeanClassLoader, setBeanFactory, setEvaluationContextProvider, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, validate
-
Constructor Details
-
ArangoRepositoryFactory
public ArangoRepositoryFactory(ArangoOperations arangoOperations, ApplicationContext applicationContext)
-
-
Method Details
-
getEntityInformation
- Specified by:
getEntityInformationin classRepositoryFactorySupport
-
getTargetRepository
- Specified by:
getTargetRepositoryin classRepositoryFactorySupport
-
getRepositoryBaseClass
- Specified by:
getRepositoryBaseClassin classRepositoryFactorySupport
-
getRepositoryMetadata
- Overrides:
getRepositoryMetadatain classRepositoryFactorySupport
-
getQueryLookupStrategy
protected Optional<QueryLookupStrategy> getQueryLookupStrategy(@Nullable QueryLookupStrategy.Key key, QueryMethodEvaluationContextProvider evaluationContextProvider) - Overrides:
getQueryLookupStrategyin classRepositoryFactorySupport
-