Class BambooTransactionProxyFactoryBean

  • All Implemented Interfaces:
    Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.InitializingBean

    public class BambooTransactionProxyFactoryBean
    extends org.springframework.transaction.interceptor.TransactionProxyFactoryBean
    See BambooProxyFactoryBean for explanation.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.springframework.beans.factory.FactoryBean

        OBJECT_TYPE_ATTRIBUTE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object getObject()  
      Class<?> getObjectType()  
      void setTarget​(Object target)  
      • Methods inherited from class org.springframework.transaction.interceptor.TransactionProxyFactoryBean

        createMainInterceptor, postProcessProxyFactory, setBeanFactory, setPointcut, setTransactionAttributes, setTransactionAttributeSource, setTransactionManager
      • Methods inherited from class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean

        afterPropertiesSet, createTargetSource, isSingleton, setAdvisorAdapterRegistry, setBeanClassLoader, setPostInterceptors, setPreInterceptors, setProxyClassLoader, setProxyInterfaces
      • Methods inherited from class org.springframework.aop.framework.ProxyConfig

        copyFrom, isExposeProxy, isFrozen, isOpaque, isOptimize, isProxyTargetClass, setExposeProxy, setFrozen, setOpaque, setOptimize, setProxyTargetClass, toString
    • Constructor Detail

      • BambooTransactionProxyFactoryBean

        public BambooTransactionProxyFactoryBean​(String classNameForTypeCheck)
    • Method Detail

      • setTarget

        public void setTarget​(Object target)
        Overrides:
        setTarget in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
      • getObject

        public Object getObject()
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean<Object>
        Overrides:
        getObject in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean
      • getObjectType

        public Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<Object>
        Overrides:
        getObjectType in class org.springframework.aop.framework.AbstractSingletonProxyFactoryBean