Class AbstractStoreFactoryBean
java.lang.Object
org.springframework.content.commons.repository.factory.AbstractStoreFactoryBean
org.springframework.content.commons.store.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
-
Field Summary
Fields inherited from class org.springframework.content.commons.repository.factory.AbstractStoreFactoryBean
REACTIVE_STORAGEFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractStoreFactoryBean(Class<? extends Store> storeInterface) -
Method Summary
Methods inherited from class org.springframework.content.commons.repository.factory.AbstractStoreFactoryBean
addProxyAdvice, afterPropertiesSet, createContentStore, getContentIdClass, getContentStoreImpl, getDomainClass, getObject, getObjectType, getStore, getStoreInterface, isSingleton, setApplicationEventPublisher, setBeanClassLoader, setBeanFactory, setStoreFragments
-
Constructor Details
-
AbstractStoreFactoryBean
-