Class CosmosRepositoryFactory
- java.lang.Object
-
- org.springframework.data.repository.core.support.RepositoryFactorySupport
-
- com.azure.spring.data.cosmos.repository.support.CosmosRepositoryFactory
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware
public class CosmosRepositoryFactory extends org.springframework.data.repository.core.support.RepositoryFactorySupportFactory class for cosmos repository contains application context and operations information
-
-
Constructor Summary
Constructors Constructor Description CosmosRepositoryFactory(CosmosOperations cosmosOperations)Initialization
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,ID>
org.springframework.data.repository.core.EntityInformation<T,ID>getEntityInformation(Class<T> domainType)protected Optional<org.springframework.data.repository.query.QueryLookupStrategy>getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider)protected Class<?>getRepositoryBaseClass(org.springframework.data.repository.core.RepositoryMetadata metadata)protected ObjectgetTargetRepository(org.springframework.data.repository.core.RepositoryInformation information)-
Methods inherited from class org.springframework.data.repository.core.support.RepositoryFactorySupport
addInvocationListener, addQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryFragments, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, instantiateClass, setBeanClassLoader, setBeanFactory, setEvaluationContextProvider, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, validate
-
-
-
-
Constructor Detail
-
CosmosRepositoryFactory
public CosmosRepositoryFactory(CosmosOperations cosmosOperations)
Initialization- Parameters:
cosmosOperations- for cosmosDb operations
-
-
Method Detail
-
getRepositoryBaseClass
protected Class<?> getRepositoryBaseClass(org.springframework.data.repository.core.RepositoryMetadata metadata)
- Specified by:
getRepositoryBaseClassin classorg.springframework.data.repository.core.support.RepositoryFactorySupport
-
getTargetRepository
protected Object getTargetRepository(org.springframework.data.repository.core.RepositoryInformation information)
- Specified by:
getTargetRepositoryin classorg.springframework.data.repository.core.support.RepositoryFactorySupport
-
getEntityInformation
public <T,ID> org.springframework.data.repository.core.EntityInformation<T,ID> getEntityInformation(Class<T> domainType)
- Specified by:
getEntityInformationin classorg.springframework.data.repository.core.support.RepositoryFactorySupport
-
getQueryLookupStrategy
protected Optional<org.springframework.data.repository.query.QueryLookupStrategy> getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key, org.springframework.data.repository.query.QueryMethodEvaluationContextProvider evaluationContextProvider)
- Overrides:
getQueryLookupStrategyin classorg.springframework.data.repository.core.support.RepositoryFactorySupport
-
-