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
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.aop.ClassFilter
boolean
Methods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcut
getMethodMatcher, setClassFilter
Methods inherited from class org.springframework.aop.support.StaticMethodMatcher
isRuntime, matches
-
Constructor Details
-
BasicRepositoryPointcut
public BasicRepositoryPointcut()
-
-
Method Details
-
getClassFilter
public org.springframework.aop.ClassFilter getClassFilter()- Specified by:
getClassFilter
in interfaceorg.springframework.aop.Pointcut
- Overrides:
getClassFilter
in classorg.springframework.aop.support.StaticMethodMatcherPointcut
-
matches
-