类 DynamicDataSourceAnnotationAdvisor

  • 所有已实现的接口:
    Serializable, org.springframework.aop.Advisor, org.springframework.aop.PointcutAdvisor, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.core.Ordered

    public class DynamicDataSourceAnnotationAdvisor
    extends org.springframework.aop.support.AbstractPointcutAdvisor
    implements org.springframework.beans.factory.BeanFactoryAware
    从以下版本开始:
    1.2.0
    作者:
    TaoYu
    另请参阅:
    序列化表格
    • 构造器详细资料

      • DynamicDataSourceAnnotationAdvisor

        public DynamicDataSourceAnnotationAdvisor​(@NonNull
                                                  org.aopalliance.intercept.MethodInterceptor advice,
                                                  @NonNull
                                                  Class<? extends Annotation> annotation)
    • 方法详细资料

      • getPointcut

        public org.springframework.aop.Pointcut getPointcut()
        指定者:
        getPointcut 在接口中 org.springframework.aop.PointcutAdvisor
      • getAdvice

        public org.aopalliance.aop.Advice getAdvice()
        指定者:
        getAdvice 在接口中 org.springframework.aop.Advisor
      • setBeanFactory

        public void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
        指定者:
        setBeanFactory 在接口中 org.springframework.beans.factory.BeanFactoryAware
        抛出:
        org.springframework.beans.BeansException