T - Repository type, IgniteRepositoryV - Domain object class.K - Domain object key, super expects Serializable.public class IgniteRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<V,K>,V,K extends Serializable> extends org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,V,K> implements org.springframework.context.ApplicationContextAware
The RepositoryConfig requires to define one of the
parameters below in your Spring application configuration in order to get an access to Apache Ignite cluster:
Ignite instance bean named "igniteInstance" by defaultIgniteConfiguration bean named "igniteCfg" by default| Modifier | Constructor and Description |
|---|---|
protected |
IgniteRepositoryFactoryBean(Class<? extends T> repoInterface) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.repository.core.support.RepositoryFactorySupport |
createRepositoryFactory() |
void |
setApplicationContext(org.springframework.context.ApplicationContext ctx) |
afterPropertiesSet, getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setApplicationEventPublisher, setBeanClassLoader, setBeanFactory, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setMappingContext, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, setRepositoryFragmentspublic void setApplicationContext(org.springframework.context.ApplicationContext ctx)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionprotected org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory()
GridGain In-Memory Computing Platform : ver. 8.9.15 Release Date : December 3 2024