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

public abstract class AbstractStoreFactoryBean extends AbstractStoreFactoryBean
  • Constructor Details

    • AbstractStoreFactoryBean

      protected AbstractStoreFactoryBean(Class<? extends Store> storeInterface)