Class ReadOperationAdvisor

  • All Implemented Interfaces:
    java.io.Serializable, org.springframework.aop.Advisor, org.springframework.aop.MethodMatcher, org.springframework.aop.Pointcut, org.springframework.aop.PointcutAdvisor, org.springframework.core.Ordered

    public class ReadOperationAdvisor
    extends org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.springframework.aop.Advisor

        EMPTY_ADVICE
      • Fields inherited from interface org.springframework.aop.MethodMatcher

        TRUE
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
      • Fields inherited from interface org.springframework.aop.Pointcut

        TRUE
    • Constructor Summary

      Constructors 
      Constructor Description
      ReadOperationAdvisor​(org.aopalliance.aop.Advice advice)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.reflect.Method method, java.lang.Class aClass)  
      • Methods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor

        getAdvice, getOrder, getPointcut, isPerInstance, setAdvice, setOrder
      • Methods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcut

        getClassFilter, getMethodMatcher, setClassFilter
      • Methods inherited from class org.springframework.aop.support.StaticMethodMatcher

        isRuntime, matches
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReadOperationAdvisor

        public ReadOperationAdvisor​(org.aopalliance.aop.Advice advice)
    • Method Detail

      • matches

        public boolean matches​(java.lang.reflect.Method method,
                               java.lang.Class aClass)