Class BasicRepositoryPointcut

java.lang.Object
org.springframework.aop.support.StaticMethodMatcher
org.springframework.aop.support.StaticMethodMatcherPointcut
com.foreach.across.modules.hibernate.aop.BasicRepositoryPointcut
All Implemented Interfaces:
org.springframework.aop.MethodMatcher, org.springframework.aop.Pointcut

public class BasicRepositoryPointcut extends org.springframework.aop.support.StaticMethodMatcherPointcut
Defines the pointcut for intercepting BasicRepository persistence methods.
Author:
Arne Vandamme
  • Field Summary

    Fields inherited from interface org.springframework.aop.MethodMatcher

    TRUE

    Fields inherited from interface org.springframework.aop.Pointcut

    TRUE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.aop.ClassFilter
     
    boolean
    matches(Method method, Class<?> targetClass)
     

    Methods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcut

    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 Details

    • BasicRepositoryPointcut

      public BasicRepositoryPointcut()
  • Method Details

    • getClassFilter

      public org.springframework.aop.ClassFilter getClassFilter()
      Specified by:
      getClassFilter in interface org.springframework.aop.Pointcut
      Overrides:
      getClassFilter in class org.springframework.aop.support.StaticMethodMatcherPointcut
    • matches

      public boolean matches(Method method, Class<?> targetClass)