S - the entity type of the repositoryI - the id type of the entityT - the repository typepublic class SpannerRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,I>,S,I>
extends org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,I>
implements org.springframework.context.ApplicationContextAware
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.repository.core.support.RepositoryFactorySupport |
createRepositoryFactory() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setSpannerMappingContext(SpannerMappingContext mappingContext) |
void |
setSpannerTemplate(SpannerTemplate spannerTemplate) |
addRepositoryFactoryCustomizer, afterPropertiesSet, createDefaultQueryMethodEvaluationContextProvider, getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setApplicationEventPublisher, setBeanClassLoader, setBeanFactory, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setMappingContext, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, setRepositoryFragmentspublic void setSpannerTemplate(SpannerTemplate spannerTemplate)
public void setSpannerMappingContext(SpannerMappingContext mappingContext)
protected org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionCopyright © 2024. All rights reserved.