Package com.alibaba.druid.support.ibatis
Class SpringIbatisBeanNameAutoProxyCreator
- java.lang.Object
-
- org.springframework.aop.framework.ProxyConfig
-
- org.springframework.aop.framework.ProxyProcessorSupport
-
- org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
-
- org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
-
- com.alibaba.druid.support.ibatis.SpringIbatisBeanNameAutoProxyCreator
-
- All Implemented Interfaces:
SpringIbatisBeanNameAutoProxyCreatorMBean,Serializable,org.springframework.aop.framework.AopInfrastructureBean,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.config.BeanPostProcessor,org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor,org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor,org.springframework.core.Ordered
public class SpringIbatisBeanNameAutoProxyCreator extends org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator implements SpringIbatisBeanNameAutoProxyCreatorMBean
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpringIbatisBeanNameAutoProxyCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectcreateProxy(Class beanClass, String beanName, Object[] specificInterceptors, org.springframework.aop.TargetSource targetSource)List<String>getProxyBeanNames()voidsetProxyBeanNames(List<String> proxyBeanNames)-
Methods inherited from class org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator
getAdvicesAndAdvisorsForBean, isMatch, setBeanNames
-
Methods inherited from class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
advisorsPreFiltered, buildAdvisors, customizeProxyFactory, determineCandidateConstructors, getBeanFactory, getCacheKey, getCustomTargetSource, getEarlyBeanReference, isFrozen, isInfrastructureClass, postProcessAfterInitialization, postProcessAfterInstantiation, postProcessBeforeInitialization, postProcessBeforeInstantiation, postProcessPropertyValues, predictBeanType, setAdvisorAdapterRegistry, setApplyCommonInterceptorsFirst, setBeanFactory, setCustomTargetSourceCreators, setFrozen, setInterceptorNames, shouldProxyTargetClass, shouldSkip, wrapIfNecessary
-
Methods inherited from class org.springframework.aop.framework.ProxyProcessorSupport
evaluateProxyInterfaces, getOrder, getProxyClassLoader, isConfigurationCallbackInterface, isInternalLanguageInterface, setBeanClassLoader, setOrder, setProxyClassLoader
-
-
-
-
Method Detail
-
getProxyBeanNames
public List<String> getProxyBeanNames()
- Specified by:
getProxyBeanNamesin interfaceSpringIbatisBeanNameAutoProxyCreatorMBean
-
-