Class AbstractStoreFactoryBean
java.lang.Object
org.springframework.content.commons.repository.factory.AbstractStoreFactoryBean
- All Implemented Interfaces:
StoreFactory,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.FactoryBean<Store<? extends Serializable>>,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationEventPublisherAware
- Direct Known Subclasses:
AbstractStoreFactoryBean
@Deprecated
public abstract class AbstractStoreFactoryBean
extends Object
implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean<Store<? extends Serializable>>, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.ApplicationEventPublisherAware, StoreFactory
Deprecated.
-
Field Summary
FieldsFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractStoreFactoryBean(Class<? extends Store> storeInterface) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddProxyAdvice(org.springframework.aop.framework.ProxyFactory result, org.springframework.beans.factory.BeanFactory beanFactory) Deprecated.voidDeprecated.protected Store<? extends Serializable>Deprecated.static Class<? extends Serializable>getContentIdClass(Class<?> repositoryClass) Deprecated.protected abstract ObjectDeprecated.static Class<?>getDomainClass(Class<?> repositoryClass) Deprecated.Store<? extends Serializable>Deprecated.Class<? extends Store<? extends Serializable>>Deprecated.getStore()Deprecated.Deprecated.booleanDeprecated.voidsetApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher) Deprecated.voidsetBeanClassLoader(ClassLoader classLoader) Deprecated.voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) Deprecated.voidsetStoreFragments(StoreFragments storeFragments) Deprecated.
-
Field Details
-
REACTIVE_STORAGE
protected static boolean REACTIVE_STORAGEDeprecated.
-
-
Constructor Details
-
AbstractStoreFactoryBean
Deprecated.
-
-
Method Details
-
setStoreFragments
Deprecated. -
getStoreInterface
Deprecated.- Specified by:
getStoreInterfacein interfaceStoreFactory
-
getStore
Deprecated.- Specified by:
getStorein interfaceStoreFactory
-
setBeanClassLoader
Deprecated.- Specified by:
setBeanClassLoaderin interfaceorg.springframework.beans.factory.BeanClassLoaderAware
-
setApplicationEventPublisher
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher) Deprecated.- Specified by:
setApplicationEventPublisherin interfaceorg.springframework.context.ApplicationEventPublisherAware
-
getObject
Deprecated.- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<Store<? extends Serializable>>
-
getObjectType
Deprecated.- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<Store<? extends Serializable>>
-
isSingleton
public boolean isSingleton()Deprecated.- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<Store<? extends Serializable>>
-
afterPropertiesSet
Deprecated.- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
createContentStore
Deprecated. -
getDomainClass
Deprecated. -
getContentIdClass
Deprecated. -
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) Deprecated.- Specified by:
setBeanFactoryin interfaceorg.springframework.beans.factory.BeanFactoryAware
-
addProxyAdvice
protected void addProxyAdvice(org.springframework.aop.framework.ProxyFactory result, org.springframework.beans.factory.BeanFactory beanFactory) Deprecated. -
getContentStoreImpl
Deprecated.
-
AbstractStoreFactoryBeaninstead.