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,
org.springframework.context.ApplicationContext ctx)
Creates the factory with initialized
Ignite instance. |
IgniteRepositoryFactory(IgniteConfiguration cfg,
org.springframework.context.ApplicationContext ctx)
Initializes the factory with provided
IgniteConfiguration that is used to start up an underlying
Ignite instance. |
IgniteRepositoryFactory(String springCfgPath,
org.springframework.context.ApplicationContext ctx)
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,
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, org.springframework.context.ApplicationContext ctx)
Ignite instance.ignite - public IgniteRepositoryFactory(IgniteConfiguration cfg, org.springframework.context.ApplicationContext ctx)
IgniteConfiguration that is used to start up an underlying
Ignite instance.cfg - Ignite configuration.public IgniteRepositoryFactory(String springCfgPath, org.springframework.context.ApplicationContext ctx)
springCfgPath that is used to start up
an underlying Ignite instance.springCfgPath - A path to 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, EvaluationContextProvider evaluationCtxProvider)
getQueryLookupStrategy in class org.springframework.data.repository.core.support.RepositoryFactorySupport
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020