public class IgniteRepositoryFactory
extends org.springframework.data.repository.core.support.RepositoryFactorySupport
org.springframework.data.repository.core.support.RepositoryFactorySupport.ImplementationMethodExecutionInterceptor, org.springframework.data.repository.core.support.RepositoryFactorySupport.QueryExecutorMethodInterceptor| Constructor and Description |
|---|
IgniteRepositoryFactory(Ignite ignite)
Creates the factory with initialized
Ignite instance. |
IgniteRepositoryFactory(IgniteConfiguration cfg)
Initializes the factory with provided
IgniteConfiguration that is used to start up an underlying
Ignite instance. |
IgniteRepositoryFactory(String springCfgPath)
Initializes the factory with provided a configuration under
springCfgPath that is used to start up
an underlying Ignite instance. |
| Modifier and Type | Method and Description |
|---|---|
<T,ID> org.springframework.data.repository.core.EntityInformation<T,ID> |
getEntityInformation(Class<T> domainClass) |
protected Optional<org.springframework.data.repository.query.QueryLookupStrategy> |
getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key,
org.springframework.data.repository.query.EvaluationContextProvider evaluationCtxProvider) |
protected Class<?> |
getRepositoryBaseClass(org.springframework.data.repository.core.RepositoryMetadata metadata) |
protected org.springframework.data.repository.core.RepositoryMetadata |
getRepositoryMetadata(Class<?> repoItf) |
protected Object |
getTargetRepository(org.springframework.data.repository.core.RepositoryInformation metadata) |
addQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryFragments, getRepositoryInformation, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, setBeanClassLoader, setBeanFactory, setEvaluationContextProvider, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, validatepublic IgniteRepositoryFactory(Ignite ignite)
Ignite instance.ignite - public IgniteRepositoryFactory(IgniteConfiguration cfg)
IgniteConfiguration that is used to start up an underlying
Ignite instance.cfg - Ignite configuration.public <T,ID> org.springframework.data.repository.core.EntityInformation<T,ID> getEntityInformation(Class<T> domainClass)
getEntityInformation in class org.springframework.data.repository.core.support.RepositoryFactorySupportprotected Class<?> getRepositoryBaseClass(org.springframework.data.repository.core.RepositoryMetadata metadata)
getRepositoryBaseClass in class org.springframework.data.repository.core.support.RepositoryFactorySupportprotected org.springframework.data.repository.core.RepositoryMetadata getRepositoryMetadata(Class<?> repoItf)
getRepositoryMetadata in class org.springframework.data.repository.core.support.RepositoryFactorySupportprotected Object getTargetRepository(org.springframework.data.repository.core.RepositoryInformation metadata)
getTargetRepository in class org.springframework.data.repository.core.support.RepositoryFactorySupportprotected Optional<org.springframework.data.repository.query.QueryLookupStrategy> getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key, org.springframework.data.repository.query.EvaluationContextProvider evaluationCtxProvider)
getQueryLookupStrategy in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019