Class JpaStoreFactoryBean

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 class JpaStoreFactoryBean extends AbstractStoreFactoryBean
  • Constructor Details

    • JpaStoreFactoryBean

      protected JpaStoreFactoryBean(Class<? extends Store> storeInterface)
  • Method Details

    • getContentStoreImpl

      protected Object getContentStoreImpl()
      Specified by:
      getContentStoreImpl in class AbstractStoreFactoryBean
    • addProxyAdvice

      protected void addProxyAdvice(org.springframework.aop.framework.ProxyFactory result, org.springframework.beans.factory.BeanFactory beanFactory)
      Overrides:
      addProxyAdvice in class AbstractStoreFactoryBean
    • transactionInterceptor

      protected org.aopalliance.aop.Advice transactionInterceptor(org.springframework.transaction.PlatformTransactionManager ptm, org.springframework.beans.factory.BeanFactory beanFactory)