Class MongoStoreFactoryBean
java.lang.Object
org.springframework.content.commons.repository.factory.AbstractStoreFactoryBean
org.springframework.content.commons.store.factory.AbstractStoreFactoryBean
internal.org.springframework.content.mongo.config.MongoStoreFactoryBean
- 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
ConstructorsModifierConstructorDescriptionprotectedMongoStoreFactoryBean(Class<? extends Store> storeInterface) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddProxyAdvice(org.springframework.aop.framework.ProxyFactory result, org.springframework.beans.factory.BeanFactory beanFactory) voidprotected ObjectMethods inherited from class org.springframework.content.commons.repository.factory.AbstractStoreFactoryBean
createContentStore, getContentIdClass, getDomainClass, getObject, getObjectType, getStore, getStoreInterface, isSingleton, setApplicationEventPublisher, setBeanClassLoader, setBeanFactory, setStoreFragments
-
Constructor Details
-
MongoStoreFactoryBean
-
-
Method Details
-
addProxyAdvice
protected void addProxyAdvice(org.springframework.aop.framework.ProxyFactory result, org.springframework.beans.factory.BeanFactory beanFactory) - Overrides:
addProxyAdvicein classAbstractStoreFactoryBean
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classAbstractStoreFactoryBean- Throws:
Exception
-
getContentStoreImpl
- Specified by:
getContentStoreImplin classAbstractStoreFactoryBean
-